Html Css Color HEX #3CDFD6 Turquoise

📋 copy color: '#3CDFD6'

red 60 ◦ green 223 ◦ blue 214

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

Shades of Turquoise #3CDFD6

Tints of Turquoise #3CDFD6

RGB

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

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

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

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

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 60 223 214 -
CMYK 0.73 0 0.04 0.13
HSL 176.69º 0.72% 0.55% -
HSV(B) 176.69º 0.73% 0.87% -
XYZ 40.39 58.59 72.8 -
YUV 173.24 151 47.23 -
System Red Green Blue C M Y K H S L
Decimal 60 223 214 0.73 0 0.04 0.13 176.69 0.72 0.55
Hex 3C DF D6 49 0 4 D B1 48 37
Octal 74 337 326 111 0 4 15 261 110 67
Binary 111100 11011111 11010110 1001001 0 100 1101 10110001 1001000 110111

Color Harmonies of #3CDFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDFD6

Black with #3CDFD6

Text Example


Text Example

White with #3CDFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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