Html Css Color HEX #3EEFE8 Turquoise

📋 copy color: '#3EEFE8'

red 62 ◦ green 239 ◦ blue 232

#3EEFE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3EEFE8

Tints of Turquoise #3EEFE8

RGB

 RED value IS 62 (24.61% from 255) = 11.63%

 GREEN value IS 239 (93.75% from 255) = 44.84%

 BLUE value IS 232 (91.02% from 255) = 43.53%

R = 11.63%
G = 44.84%
B = 43.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#3EEFE8 (or 0x3EEFE8) is known color: Turquoise. HEX triplet: 3E, EF and E8. RGB value is (62,239,232). Sum of RGB (Red+Green+Blue) = 62+239+232=533 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.63% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEFE8 is #C11017. Grayscale: #B9B9B9. Windows color (decimal): -12652568 or 15265598. OLE color: 15265598.

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

Color convert

RGB 62 239 232 -
CMYK 0.74 0 0.03 0.06
HSL 177.63º 0.85% 0.59% -
HSV(B) 177.63º 0.74% 0.94% -
XYZ 47.42 68.58 87.08 -
YUV 185.28 154.36 40.07 -
System Red Green Blue C M Y K H S L
Decimal 62 239 232 0.74 0 0.03 0.06 177.63 0.85 0.59
Hex 3E EF E8 4A 0 3 6 B2 55 3B
Octal 76 357 350 112 0 3 6 262 125 73
Binary 111110 11101111 11101000 1001010 0 11 110 10110010 1010101 111011

Color Harmonies of #3EEFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEFE8

Black with #3EEFE8

Text Example


Text Example

White with #3EEFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3EEFE8;
 }
 .AnyTagClassName
 {
   color: #3EEFE8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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