Html Css Color HEX #3CDCCC Turquoise

📋 copy color: '#3CDCCC'

red 60 ◦ green 220 ◦ blue 204

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

Shades of Turquoise #3CDCCC

Tints of Turquoise #3CDCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.45%

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

R = 12.4%
G = 45.45%
B = 42.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#3CDCCC (or 0x3CDCCC) is known color: Turquoise. HEX triplet: 3C, DC and CC. RGB value is (60,220,204). Sum of RGB (Red+Green+Blue) = 60+220+204=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCCC is #C32333. Grayscale: #AAAAAA. Windows color (decimal): -12788532 or 13425724. OLE color: 13425724.

HSL color Cylindrical-coordinate representation of color #3CDCCC: hue angle of 174º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDCCC is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 220 204 -
CMYK 0.73 0 0.07 0.14
HSL 174º 0.7% 0.55% -
HSV(B) 174º 0.73% 0.86% -
XYZ 38.36 56.51 66.01 -
YUV 170.34 146.99 49.3 -
System Red Green Blue C M Y K H S L
Decimal 60 220 204 0.73 0 0.07 0.14 174 0.7 0.55
Hex 3C DC CC 49 0 7 E AE 46 37
Octal 74 334 314 111 0 7 16 256 106 67
Binary 111100 11011100 11001100 1001001 0 111 1110 10101110 1000110 110111

Color Harmonies of #3CDCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDCCC

Black with #3CDCCC

Text Example


Text Example

White with #3CDCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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