Html Css Color HEX #3EE0DC Turquoise

📋 copy color: '#3EE0DC'

red 62 ◦ green 224 ◦ blue 220

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

Shades of Turquoise #3EE0DC

Tints of Turquoise #3EE0DC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.27%

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 12.25%
G = 44.27%
B = 43.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#3EE0DC (or 0x3EE0DC) is known color: Turquoise. HEX triplet: 3E, E0 and DC. RGB value is (62,224,220). Sum of RGB (Red+Green+Blue) = 62+224+220=506 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.25% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE0DC is #C11F23. Grayscale: #AEAEAE. Windows color (decimal): -12656420 or 14475326. OLE color: 14475326.

HSL color Cylindrical-coordinate representation of color #3EE0DC: hue angle of 178.52º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EE0DC is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 62 224 220 -
CMYK 0.72 0 0.02 0.12
HSL 178.52º 0.72% 0.56% -
HSV(B) 178.52º 0.72% 0.88% -
XYZ 41.56 59.5 77 -
YUV 175.11 153.33 47.33 -
System Red Green Blue C M Y K H S L
Decimal 62 224 220 0.72 0 0.02 0.12 178.52 0.72 0.56
Hex 3E E0 DC 48 0 2 C B3 48 38
Octal 76 340 334 110 0 2 14 263 110 70
Binary 111110 11100000 11011100 1001000 0 10 1100 10110011 1001000 111000

Color Harmonies of #3EE0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE0DC

Black with #3EE0DC

Text Example


Text Example

White with #3EE0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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