Html Css Color HEX #3EEFEC Turquoise

📋 copy color: '#3EEFEC'

red 62 ◦ green 239 ◦ blue 236

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

Shades of Turquoise #3EEFEC

Tints of Turquoise #3EEFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.95%

R = 11.55%
G = 44.51%
B = 43.95%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#3EEFEC (or 0x3EEFEC) is known color: Turquoise. HEX triplet: 3E, EF and EC. RGB value is (62,239,236). Sum of RGB (Red+Green+Blue) = 62+239+236=537 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.55% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEFEC is #C11013. Grayscale: #B9B9B9. Windows color (decimal): -12652564 or 15527742. OLE color: 15527742.

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

Color convert

RGB 62 239 236 -
CMYK 0.74 0 0.01 0.06
HSL 178.98º 0.85% 0.59% -
HSV(B) 178.98º 0.74% 0.94% -
XYZ 47.99 68.81 90.11 -
YUV 185.74 156.36 39.74 -
System Red Green Blue C M Y K H S L
Decimal 62 239 236 0.74 0 0.01 0.06 178.98 0.85 0.59
Hex 3E EF EC 4A 0 1 6 B3 55 3B
Octal 76 357 354 112 0 1 6 263 125 73
Binary 111110 11101111 11101100 1001010 0 1 110 10110011 1010101 111011

Color Harmonies of #3EEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEFEC

Black with #3EEFEC

Text Example


Text Example

White with #3EEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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