#3ee8ee

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

Shades of Turquoise #3EE8EE

Tints of Turquoise #3EE8EE

Color information

#3EE8EE (or 0x3EE8EE) is unknown color: approx Turquoise. HEX triplet: 3E, E8 and EE. RGB value is (62,232,238). Sum of RGB (Red+Green+Blue) = 62+232+238=532 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.65% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #3EE8EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EE8EE is #C11711. Grayscale: #B5B5B5. Windows color (decimal): -12654354 or 15657022. OLE color: 15657022.

HSL color Cylindrical-coordinate representation of color #3EE8EE: hue angle of 182.05º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EE8EE is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB62232238-
CMYK0.740.0300.07
HSL182.05º83.81%58.82%-
HSV(B)182.05º73.95%93.33%-
XYZ46.2864.9190.98-
YUV181.85159.6842.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.65%
GREEN value IS 232 (91.02% from 255) = 43.61%
BLUE value IS 238 (93.36% from 255) = 44.74%
R=11.65%
G=43.61%
B=44.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal622322380.740.0300.07182.0583.8158.82
Hex3EE8EE4A307b6543b
Octal7635035611230726612473
Binary11111011101000111011101001010110111101101101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ee8ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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