#3EEEF9

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

Shades of Turquoise #3EEEF9

Tints of Turquoise #3EEEF9

Color information

#3EEEF9 (or 0x3EEEF9) is unknown color: approx Turquoise. HEX triplet: 3E, EE and F9. RGB value is (62,238,249). Sum of RGB (Red+Green+Blue) = 62+238+249=549 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.29% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #3EEEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEEF9 is #C11106. Grayscale: #BABABA. Windows color (decimal): -12652807 or 16379454. OLE color: 16379454.

HSL color Cylindrical-coordinate representation of color #3EEEF9: hue angle of 183.53º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EEEF9 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB62238249-
CMYK0.750.0400.02
HSL183.53º93.97%60.98%-
HSV(B)183.53º75.1%97.65%-
XYZ49.6669.01100.33-
YUV186.63163.1939.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.29%
GREEN value IS 238 (93.36% from 255) = 43.35%
BLUE value IS 249 (97.66% from 255) = 45.36%
R=11.29%
G=43.35%
B=45.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal622382490.750.0400.02183.5393.9760.98
Hex3EEEF94B402b85e3d
Octal7635637111340227013675
Binary11111011101110111110011001011100010101110001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EEEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,238,249); }

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

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

 a { background-color: rgb(62,238,249); }

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

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

 span { border-color: rgb(62,238,249); }

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