Html Css Color HEX #3EEFEF Turquoise

📋 copy color: '#3EEFEF'

red 62 ◦ green 239 ◦ blue 239

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

Shades of Turquoise #3EEFEF

Tints of Turquoise #3EEFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 11.48%
G = 44.26%
B = 44.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3EEFEF (or 0x3EEFEF) is known color: Turquoise. HEX triplet: 3E, EF and EF. RGB value is (62,239,239). Sum of RGB (Red+Green+Blue) = 62+239+239=540 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.48% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #3EEFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEFEF is #C11010. Grayscale: #B9B9B9. Windows color (decimal): -12652561 or 15724350. OLE color: 15724350.

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

Color convert

RGB 62 239 239 -
CMYK 0.74 0 0 0.06
HSL 180º 0.85% 0.59% -
HSV(B) 180º 0.74% 0.94% -
XYZ 48.43 68.99 92.42 -
YUV 186.08 157.86 39.5 -
System Red Green Blue C M Y K H S L
Decimal 62 239 239 0.74 0 0 0.06 180 0.85 0.59
Hex 3E EF EF 4A 0 0 6 B4 55 3B
Octal 76 357 357 112 0 0 6 264 125 73
Binary 111110 11101111 11101111 1001010 0 0 110 10110100 1010101 111011

Color Harmonies of #3EEFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEFEF

Black with #3EEFEF

Text Example


Text Example

White with #3EEFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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