Html Css Color HEX #3CDACC Turquoise

📋 copy color: '#3CDACC'

red 60 ◦ green 218 ◦ blue 204

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

Shades of Turquoise #3CDACC

Tints of Turquoise #3CDACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.23%

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

R = 12.45%
G = 45.23%
B = 42.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#3CDACC (or 0x3CDACC) is known color: Turquoise. HEX triplet: 3C, DA and CC. RGB value is (60,218,204). Sum of RGB (Red+Green+Blue) = 60+218+204=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDACC is #C32533. Grayscale: #A9A9A9. Windows color (decimal): -12789044 or 13425212. OLE color: 13425212.

HSL color Cylindrical-coordinate representation of color #3CDACC: hue angle of 174.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDACC is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 218 204 -
CMYK 0.72 0 0.06 0.15
HSL 174.68º 0.68% 0.55% -
HSV(B) 174.68º 0.72% 0.85% -
XYZ 37.83 55.46 65.84 -
YUV 169.16 147.65 50.14 -
System Red Green Blue C M Y K H S L
Decimal 60 218 204 0.72 0 0.06 0.15 174.68 0.68 0.55
Hex 3C DA CC 48 0 6 F AF 44 37
Octal 74 332 314 110 0 6 17 257 104 67
Binary 111100 11011010 11001100 1001000 0 110 1111 10101111 1000100 110111

Color Harmonies of #3CDACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDACC

Black with #3CDACC

Text Example


Text Example

White with #3CDACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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