Html Css Color HEX #3ED6DF Turquoise

📋 copy color: '#3ED6DF'

red 62 ◦ green 214 ◦ blue 223

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

Shades of Turquoise #3ED6DF

Tints of Turquoise #3ED6DF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.89%

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

R = 12.42%
G = 42.89%
B = 44.69%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3ED6DF (or 0x3ED6DF) is known color: Turquoise. HEX triplet: 3E, D6 and DF. RGB value is (62,214,223). Sum of RGB (Red+Green+Blue) = 62+214+223=499 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.42% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ED6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED6DF is #C12920. Grayscale: #A9A9A9. Windows color (decimal): -12658977 or 14669374. OLE color: 14669374.

HSL color Cylindrical-coordinate representation of color #3ED6DF: hue angle of 183.35º 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 #3ED6DF is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 214 223 -
CMYK 0.72 0.04 0 0.13
HSL 183.35º 0.72% 0.56% -
HSV(B) 183.35º 0.72% 0.87% -
XYZ 39.35 54.44 78.25 -
YUV 169.58 158.14 51.27 -
System Red Green Blue C M Y K H S L
Decimal 62 214 223 0.72 0.04 0 0.13 183.35 0.72 0.56
Hex 3E D6 DF 48 4 0 D B7 48 38
Octal 76 326 337 110 4 0 15 267 110 70
Binary 111110 11010110 11011111 1001000 100 0 1101 10110111 1001000 111000

Color Harmonies of #3ED6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED6DF

Black with #3ED6DF

Text Example


Text Example

White with #3ED6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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