Html Css Color HEX #3EE3EF Turquoise

📋 copy color: '#3EE3EF'

red 62 ◦ green 227 ◦ blue 239

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

Shades of Turquoise #3EE3EF

Tints of Turquoise #3EE3EF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.99%

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

R = 11.74%
G = 42.99%
B = 45.27%

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

#3EE3EF (or 0x3EE3EF) is known color: Turquoise. HEX triplet: 3E, E3 and EF. RGB value is (62,227,239). Sum of RGB (Red+Green+Blue) = 62+227+239=528 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.74% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #3EE3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE3EF is #C11C10. Grayscale: #B2B2B2. Windows color (decimal): -12655633 or 15721278. OLE color: 15721278.

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

Color convert

RGB 62 227 239 -
CMYK 0.74 0.05 0 0.06
HSL 184.07º 0.85% 0.59% -
HSV(B) 184.07º 0.74% 0.94% -
XYZ 45.04 62.19 91.29 -
YUV 179.03 161.84 44.52 -
System Red Green Blue C M Y K H S L
Decimal 62 227 239 0.74 0.05 0 0.06 184.07 0.85 0.59
Hex 3E E3 EF 4A 5 0 6 B8 55 3B
Octal 76 343 357 112 5 0 6 270 125 73
Binary 111110 11100011 11101111 1001010 101 0 110 10111000 1010101 111011

Color Harmonies of #3EE3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE3EF

Black with #3EE3EF

Text Example


Text Example

White with #3EE3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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