#3FF2EA

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

Shades of Turquoise #3FF2EA

Tints of Turquoise #3FF2EA

Color information

#3FF2EA (or 0x3FF2EA) is unknown color: approx Turquoise. HEX triplet: 3F, F2 and EA. RGB value is (63,242,234). Sum of RGB (Red+Green+Blue) = 63+242+234=539 (71% of max value = 765). Red value is 63 (25% from 255 or 11.69% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF2EA is #C00D15. Grayscale: #BBBBBB. Windows color (decimal): -12586262 or 15397439. OLE color: 15397439.

HSL color Cylindrical-coordinate representation of color #3FF2EA: hue angle of 177.32º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF2EA is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB63242234-
CMYK0.7400.030.05
HSL177.32º87.32%59.8%-
HSV(B)177.32º73.97%94.9%-
XYZ48.6570.588.89-
YUV187.57154.239.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.69%
GREEN value IS 242 (94.92% from 255) = 44.90%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=11.69%
G=44.90%
B=43.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632422340.7400.030.05177.3287.3259.8
Hex3FF2EA4A035b1573c
Octal7736235211203526112774
Binary11111111110010111010101001010011101101100011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,242,234); }

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

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

 a { background-color: rgb(63,242,234); }

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

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

 span { border-color: rgb(63,242,234); }

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