Html Css Color HEX #3CDFD9 Turquoise

📋 copy color: '#3CDFD9'

red 60 ◦ green 223 ◦ blue 217

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

Shades of Turquoise #3CDFD9

Tints of Turquoise #3CDFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.4%

R = 12%
G = 44.6%
B = 43.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#3CDFD9 (or 0x3CDFD9) is known color: Turquoise. HEX triplet: 3C, DF and D9. RGB value is (60,223,217). Sum of RGB (Red+Green+Blue) = 60+223+217=500 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFD9 is #C32026. Grayscale: #ADADAD. Windows color (decimal): -12787751 or 14278460. OLE color: 14278460.

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

Color convert

RGB 60 223 217 -
CMYK 0.73 0 0.03 0.13
HSL 177.79º 0.72% 0.55% -
HSV(B) 177.79º 0.73% 0.87% -
XYZ 40.78 58.75 74.84 -
YUV 173.58 152.5 46.99 -
System Red Green Blue C M Y K H S L
Decimal 60 223 217 0.73 0 0.03 0.13 177.79 0.72 0.55
Hex 3C DF D9 49 0 3 D B2 48 37
Octal 74 337 331 111 0 3 15 262 110 67
Binary 111100 11011111 11011001 1001001 0 11 1101 10110010 1001000 110111

Color Harmonies of #3CDFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDFD9

Black with #3CDFD9

Text Example


Text Example

White with #3CDFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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