Html Css Color HEX #3CDDCC Turquoise

📋 copy color: '#3CDDCC'

red 60 ◦ green 221 ◦ blue 204

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

Shades of Turquoise #3CDDCC

Tints of Turquoise #3CDDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 12.37%
G = 45.57%
B = 42.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#3CDDCC (or 0x3CDDCC) is known color: Turquoise. HEX triplet: 3C, DD and CC. RGB value is (60,221,204). Sum of RGB (Red+Green+Blue) = 60+221+204=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDCC is #C32233. Grayscale: #AAAAAA. Windows color (decimal): -12788276 or 13425980. OLE color: 13425980.

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

Color convert

RGB 60 221 204 -
CMYK 0.73 0 0.08 0.13
HSL 173.66º 0.7% 0.55% -
HSV(B) 173.66º 0.73% 0.87% -
XYZ 38.62 57.03 66.1 -
YUV 170.92 146.66 48.88 -
System Red Green Blue C M Y K H S L
Decimal 60 221 204 0.73 0 0.08 0.13 173.66 0.7 0.55
Hex 3C DD CC 49 0 8 D AE 46 37
Octal 74 335 314 111 0 10 15 256 106 67
Binary 111100 11011101 11001100 1001001 0 1000 1101 10101110 1000110 110111

Color Harmonies of #3CDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDDCC

Black with #3CDDCC

Text Example


Text Example

White with #3CDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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