Html Css Color HEX #3EECE0 Turquoise

📋 copy color: '#3EECE0'

red 62 ◦ green 236 ◦ blue 224

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

Shades of Turquoise #3EECE0

Tints of Turquoise #3EECE0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.21%

 BLUE value IS 224 (87.89% from 255) = 42.91%

R = 11.88%
G = 45.21%
B = 42.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#3EECE0 (or 0x3EECE0) is known color: Turquoise. HEX triplet: 3E, EC and E0. RGB value is (62,236,224). Sum of RGB (Red+Green+Blue) = 62+236+224=522 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.88% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECE0 is #C1131F. Grayscale: #B6B6B6. Windows color (decimal): -12653344 or 14740542. OLE color: 14740542.

HSL color Cylindrical-coordinate representation of color #3EECE0: hue angle of 175.86º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EECE0 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 62 236 224 -
CMYK 0.74 0 0.05 0.07
HSL 175.86º 0.82% 0.58% -
HSV(B) 175.86º 0.74% 0.93% -
XYZ 45.44 66.4 80.94 -
YUV 182.61 151.35 41.98 -
System Red Green Blue C M Y K H S L
Decimal 62 236 224 0.74 0 0.05 0.07 175.86 0.82 0.58
Hex 3E EC E0 4A 0 5 7 B0 52 3A
Octal 76 354 340 112 0 5 7 260 122 72
Binary 111110 11101100 11100000 1001010 0 101 111 10110000 1010010 111010

Color Harmonies of #3EECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EECE0

Black with #3EECE0

Text Example


Text Example

White with #3EECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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