Html Css Color HEX #3EE2EF Turquoise

📋 copy color: '#3EE2EF'

red 62 ◦ green 226 ◦ blue 239

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

Shades of Turquoise #3EE2EF

Tints of Turquoise #3EE2EF

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3EE2EF (or 0x3EE2EF) is known color: Turquoise. HEX triplet: 3E, E2 and EF. RGB value is (62,226,239). Sum of RGB (Red+Green+Blue) = 62+226+239=527 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.76% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #3EE2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE2EF is #C11D10. Grayscale: #B2B2B2. Windows color (decimal): -12655889 or 15721022. OLE color: 15721022.

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

Color convert

RGB 62 226 239 -
CMYK 0.74 0.05 0 0.06
HSL 184.41º 0.85% 0.59% -
HSV(B) 184.41º 0.74% 0.94% -
XYZ 44.76 61.65 91.2 -
YUV 178.45 162.17 44.94 -
System Red Green Blue C M Y K H S L
Decimal 62 226 239 0.74 0.05 0 0.06 184.41 0.85 0.59
Hex 3E E2 EF 4A 5 0 6 B8 55 3B
Octal 76 342 357 112 5 0 6 270 125 73
Binary 111110 11100010 11101111 1001010 101 0 110 10111000 1010101 111011

Color Harmonies of #3EE2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE2EF

Black with #3EE2EF

Text Example


Text Example

White with #3EE2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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