Html Css Color HEX #3ED9DF Turquoise

📋 copy color: '#3ED9DF'

red 62 ◦ green 217 ◦ blue 223

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

Shades of Turquoise #3ED9DF

Tints of Turquoise #3ED9DF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.23%

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 12.35%
G = 43.23%
B = 44.42%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3ED9DF (or 0x3ED9DF) is known color: Turquoise. HEX triplet: 3E, D9 and DF. RGB value is (62,217,223). Sum of RGB (Red+Green+Blue) = 62+217+223=502 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.35% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ED9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED9DF is #C12620. Grayscale: #ABABAB. Windows color (decimal): -12658209 or 14670142. OLE color: 14670142.

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

Color convert

RGB 62 217 223 -
CMYK 0.72 0.03 0 0.13
HSL 182.24º 0.72% 0.56% -
HSV(B) 182.24º 0.72% 0.87% -
XYZ 40.12 55.98 78.5 -
YUV 171.34 157.15 50.01 -
System Red Green Blue C M Y K H S L
Decimal 62 217 223 0.72 0.03 0 0.13 182.24 0.72 0.56
Hex 3E D9 DF 48 3 0 D B6 48 38
Octal 76 331 337 110 3 0 15 266 110 70
Binary 111110 11011001 11011111 1001000 11 0 1101 10110110 1001000 111000

Color Harmonies of #3ED9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED9DF

Black with #3ED9DF

Text Example


Text Example

White with #3ED9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,217,223); }

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

background-color css

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

 a { background-color: rgb(62,217,223); }

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

border-color css

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

 span { border-color: rgb(62,217,223); }

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