#3EEDF3

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

Shades of Turquoise #3EEDF3

Tints of Turquoise #3EEDF3

Color information

#3EEDF3 (or 0x3EEDF3) is unknown color: approx Turquoise. HEX triplet: 3E, ED and F3. RGB value is (62,237,243). Sum of RGB (Red+Green+Blue) = 62+237+243=542 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.44% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #3EEDF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEDF3 is #C1120C. Grayscale: #B9B9B9. Windows color (decimal): -12653069 or 15985982. OLE color: 15985982.

HSL color Cylindrical-coordinate representation of color #3EEDF3: hue angle of 181.99º degrees, saturation: 0.88, 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 #3EEDF3 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB62237243-
CMYK0.740.0200.05
HSL181.99º88.29%59.8%-
HSV(B)181.99º74.49%95.29%-
XYZ48.4568.0695.38-
YUV185.36160.5240.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.44%
GREEN value IS 237 (92.97% from 255) = 43.73%
BLUE value IS 243 (95.31% from 255) = 44.83%
R=11.44%
G=43.73%
B=44.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal622372430.740.0200.05181.9988.2959.8
Hex3EEDF34A205b6583c
Octal7635536311220526613074
Binary11111011101101111100111001010100101101101101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EEDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,237,243); }

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

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

 a { background-color: rgb(62,237,243); }

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

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

 span { border-color: rgb(62,237,243); }

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