Html Css Color HEX #3EEBDC Turquoise

📋 copy color: '#3EEBDC'

red 62 ◦ green 235 ◦ blue 220

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

Shades of Turquoise #3EEBDC

Tints of Turquoise #3EEBDC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.45%

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

R = 11.99%
G = 45.45%
B = 42.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#3EEBDC (or 0x3EEBDC) is known color: Turquoise. HEX triplet: 3E, EB and DC. RGB value is (62,235,220). Sum of RGB (Red+Green+Blue) = 62+235+220=517 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.99% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBDC is #C11423. Grayscale: #B5B5B5. Windows color (decimal): -12653604 or 14478142. OLE color: 14478142.

HSL color Cylindrical-coordinate representation of color #3EEBDC: hue angle of 174.8º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEBDC is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 235 220 -
CMYK 0.74 0 0.06 0.08
HSL 174.8º 0.81% 0.58% -
HSV(B) 174.8º 0.74% 0.92% -
XYZ 44.61 65.61 78.02 -
YUV 181.56 149.69 42.72 -
System Red Green Blue C M Y K H S L
Decimal 62 235 220 0.74 0 0.06 0.08 174.8 0.81 0.58
Hex 3E EB DC 4A 0 6 8 AF 51 3A
Octal 76 353 334 112 0 6 10 257 121 72
Binary 111110 11101011 11011100 1001010 0 110 1000 10101111 1010001 111010

Color Harmonies of #3EEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEBDC

Black with #3EEBDC

Text Example


Text Example

White with #3EEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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