Html Css Color HEX #3EEFE2 Turquoise

📋 copy color: '#3EEFE2'

red 62 ◦ green 239 ◦ blue 226

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

Shades of Turquoise #3EEFE2

Tints of Turquoise #3EEFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.88%

R = 11.76%
G = 45.35%
B = 42.88%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#3EEFE2 (or 0x3EEFE2) is known color: Turquoise. HEX triplet: 3E, EF and E2. RGB value is (62,239,226). Sum of RGB (Red+Green+Blue) = 62+239+226=527 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.76% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFE2 is #C1101D. Grayscale: #B8B8B8. Windows color (decimal): -12652574 or 14872382. OLE color: 14872382.

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

Color convert

RGB 62 239 226 -
CMYK 0.74 0 0.05 0.06
HSL 175.59º 0.85% 0.59% -
HSV(B) 175.59º 0.74% 0.94% -
XYZ 46.58 68.25 82.67 -
YUV 184.6 151.36 40.56 -
System Red Green Blue C M Y K H S L
Decimal 62 239 226 0.74 0 0.05 0.06 175.59 0.85 0.59
Hex 3E EF E2 4A 0 5 6 B0 55 3B
Octal 76 357 342 112 0 5 6 260 125 73
Binary 111110 11101111 11100010 1001010 0 101 110 10110000 1010101 111011

Color Harmonies of #3EEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEFE2

Black with #3EEFE2

Text Example


Text Example

White with #3EEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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