Html Css Color HEX #3ED5DC Turquoise

📋 copy color: '#3ED5DC'

red 62 ◦ green 213 ◦ blue 220

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

Shades of Turquoise #3ED5DC

Tints of Turquoise #3ED5DC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.03%

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

R = 12.53%
G = 43.03%
B = 44.44%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3ED5DC (or 0x3ED5DC) is known color: Turquoise. HEX triplet: 3E, D5 and DC. RGB value is (62,213,220). Sum of RGB (Red+Green+Blue) = 62+213+220=495 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.53% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ED5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED5DC is #C12A23. Grayscale: #A8A8A8. Windows color (decimal): -12659236 or 14472510. OLE color: 14472510.

HSL color Cylindrical-coordinate representation of color #3ED5DC: hue angle of 182.66º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ED5DC is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 213 220 -
CMYK 0.72 0.03 0 0.14
HSL 182.66º 0.69% 0.55% -
HSV(B) 182.66º 0.72% 0.86% -
XYZ 38.7 53.78 76.05 -
YUV 168.65 156.97 51.93 -
System Red Green Blue C M Y K H S L
Decimal 62 213 220 0.72 0.03 0 0.14 182.66 0.69 0.55
Hex 3E D5 DC 48 3 0 E B7 45 37
Octal 76 325 334 110 3 0 16 267 105 67
Binary 111110 11010101 11011100 1001000 11 0 1110 10110111 1000101 110111

Color Harmonies of #3ED5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED5DC

Black with #3ED5DC

Text Example


Text Example

White with #3ED5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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