#3EEEF5

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

Shades of Turquoise #3EEEF5

Tints of Turquoise #3EEEF5

Color information

#3EEEF5 (or 0x3EEEF5) is unknown color: approx Turquoise. HEX triplet: 3E, EE and F5. RGB value is (62,238,245). Sum of RGB (Red+Green+Blue) = 62+238+245=545 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.38% from 545); Green value is 238 (93.36% from 255 or 43.67% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #3EEEF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEEF5 is #C1110A. Grayscale: #B9B9B9. Windows color (decimal): -12652811 or 16117310. OLE color: 16117310.

HSL color Cylindrical-coordinate representation of color #3EEEF5: hue angle of 182.3º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EEEF5 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB62238245-
CMYK0.750.0300.04
HSL182.3º90.15%60.2%-
HSV(B)182.3º74.69%96.08%-
XYZ49.0468.7797.07-
YUV186.17161.1939.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.38%
GREEN value IS 238 (93.36% from 255) = 43.67%
BLUE value IS 245 (96.09% from 255) = 44.95%
R=11.38%
G=43.67%
B=44.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal622382450.750.0300.04182.390.1560.2
Hex3EEEF54B304b65a3c
Octal7635636511330426613274
Binary11111011101110111101011001011110100101101101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EEEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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