Html Css Color HEX #3CDDD9 Turquoise

📋 copy color: '#3CDDD9'

red 60 ◦ green 221 ◦ blue 217

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

Shades of Turquoise #3CDDD9

Tints of Turquoise #3CDDD9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.38%

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

R = 12.05%
G = 44.38%
B = 43.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#3CDDD9 (or 0x3CDDD9) is known color: Turquoise. HEX triplet: 3C, DD and D9. RGB value is (60,221,217). Sum of RGB (Red+Green+Blue) = 60+221+217=498 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.05% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDD9 is #C32226. Grayscale: #ACACAC. Windows color (decimal): -12788263 or 14277948. OLE color: 14277948.

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

Color convert

RGB 60 221 217 -
CMYK 0.73 0 0.02 0.13
HSL 178.51º 0.7% 0.55% -
HSV(B) 178.51º 0.73% 0.87% -
XYZ 40.24 57.68 74.66 -
YUV 172.41 153.16 47.83 -
System Red Green Blue C M Y K H S L
Decimal 60 221 217 0.73 0 0.02 0.13 178.51 0.7 0.55
Hex 3C DD D9 49 0 2 D B3 46 37
Octal 74 335 331 111 0 2 15 263 106 67
Binary 111100 11011101 11011001 1001001 0 10 1101 10110011 1000110 110111

Color Harmonies of #3CDDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDDD9

Black with #3CDDD9

Text Example


Text Example

White with #3CDDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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