#3FE5F0

Color #3FE5F0 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3FE5F0

Tints of Turquoise #3FE5F0

Color information

#3FE5F0 (or 0x3FE5F0) is unknown color: approx Turquoise. HEX triplet: 3F, E5 and F0. RGB value is (63,229,240). Sum of RGB (Red+Green+Blue) = 63+229+240=532 (70% of max value = 765). Red value is 63 (25% from 255 or 11.84% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #3FE5F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE5F0 is #C01A0F. Grayscale: #B4B4B4. Windows color (decimal): -12589584 or 15787327. OLE color: 15787327.

HSL color Cylindrical-coordinate representation of color #3FE5F0: hue angle of 183.73º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FE5F0 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB63229240-
CMYK0.740.0500.06
HSL183.73º85.51%59.41%-
HSV(B)183.73º73.75%94.12%-
XYZ45.863.3992.26-
YUV180.62161.544.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 11.84%
GREEN value IS 229 (89.84% from 255) = 43.05%
BLUE value IS 240 (94.14% from 255) = 45.11%
R=11.84%
G=43.05%
B=45.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal632292400.740.0500.06183.7385.5159.41
Hex3FE5F04A506b8563b
Octal7734536011250627012673
Binary111111111001011111000010010101010110101110001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FE5F0; }

 p { color: rgb(63,229,240); }

 H1.HeaderClassName
 {
   color: #3FE5F0;
 }
 .AnyTagClassName
 {
   color: #3FE5F0;
 }
</style>
background-color css

<style>
 a { background-color: #3FE5F0; }

 a { background-color: rgb(63,229,240); }

 div.DivClassName
 {
   background-color: #3FE5F0;
 }
 .BgClassName
 {
   background-color: #3FE5F0;
 }
</style>
border-color css

<style>
 span { border-color: #3FE5F0; }

 span { border-color: rgb(63,229,240); }

 td.TdClassName
 {
   border-color: #3FE5F0;
 }
 .TagClassName
 {
   border-color: #3FE5F0;
 }
</style>