Html Css Color HEX #3EEFD8 Turquoise

📋 copy color: '#3EEFD8'

red 62 ◦ green 239 ◦ blue 216

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

Shades of Turquoise #3EEFD8

Tints of Turquoise #3EEFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.78%

R = 11.99%
G = 46.23%
B = 41.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#3EEFD8 (or 0x3EEFD8) is known color: Turquoise. HEX triplet: 3E, EF and D8. RGB value is (62,239,216). Sum of RGB (Red+Green+Blue) = 62+239+216=517 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.99% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFD8 is #C11027. Grayscale: #B7B7B7. Windows color (decimal): -12652584 or 14217022. OLE color: 14217022.

HSL color Cylindrical-coordinate representation of color #3EEFD8: hue angle of 172.2º 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 #3EEFD8 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 62 239 216 -
CMYK 0.74 0 0.10 0.06
HSL 172.2º 0.85% 0.59% -
HSV(B) 172.2º 0.74% 0.94% -
XYZ 45.25 67.72 75.65 -
YUV 183.46 146.36 41.37 -
System Red Green Blue C M Y K H S L
Decimal 62 239 216 0.74 0 0.10 0.06 172.2 0.85 0.59
Hex 3E EF D8 4A 0 A 6 AC 55 3B
Octal 76 357 330 112 0 12 6 254 125 73
Binary 111110 11101111 11011000 1001010 0 1010 110 10101100 1010101 111011

Color Harmonies of #3EEFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEFD8

Black with #3EEFD8

Text Example


Text Example

White with #3EEFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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