Html Css Color HEX #3CD6DF Turquoise

📋 copy color: '#3CD6DF'

red 60 ◦ green 214 ◦ blue 223

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

Shades of Turquoise #3CD6DF

Tints of Turquoise #3CD6DF

RGB

 RED value IS 60 (23.83% from 255) = 12.07%

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

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

R = 12.07%
G = 43.06%
B = 44.87%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3CD6DF (or 0x3CD6DF) is known color: Turquoise. HEX triplet: 3C, D6 and DF. RGB value is (60,214,223). Sum of RGB (Red+Green+Blue) = 60+214+223=497 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.07% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CD6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD6DF is #C32920. Grayscale: #A8A8A8. Windows color (decimal): -12790049 or 14669372. OLE color: 14669372.

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

Color convert

RGB 60 214 223 -
CMYK 0.73 0.04 0 0.13
HSL 183.31º 0.72% 0.55% -
HSV(B) 183.31º 0.73% 0.87% -
XYZ 39.23 54.38 78.24 -
YUV 168.98 158.48 50.27 -
System Red Green Blue C M Y K H S L
Decimal 60 214 223 0.73 0.04 0 0.13 183.31 0.72 0.55
Hex 3C D6 DF 49 4 0 D B7 48 37
Octal 74 326 337 111 4 0 15 267 110 67
Binary 111100 11010110 11011111 1001001 100 0 1101 10110111 1001000 110111

Color Harmonies of #3CD6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD6DF

Black with #3CD6DF

Text Example


Text Example

White with #3CD6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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