Html Css Color HEX #3CDBCC Turquoise

📋 copy color: '#3CDBCC'

red 60 ◦ green 219 ◦ blue 204

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

Shades of Turquoise #3CDBCC

Tints of Turquoise #3CDBCC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.34%

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

R = 12.42%
G = 45.34%
B = 42.24%

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

#3CDBCC (or 0x3CDBCC) is known color: Turquoise. HEX triplet: 3C, DB and CC. RGB value is (60,219,204). Sum of RGB (Red+Green+Blue) = 60+219+204=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDBCC is #C32433. Grayscale: #A9A9A9. Windows color (decimal): -12788788 or 13425468. OLE color: 13425468.

HSL color Cylindrical-coordinate representation of color #3CDBCC: hue angle of 174.34º degrees, saturation: 0.69, 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 #3CDBCC is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 219 204 -
CMYK 0.73 0 0.07 0.14
HSL 174.34º 0.69% 0.55% -
HSV(B) 174.34º 0.73% 0.86% -
XYZ 38.09 55.98 65.92 -
YUV 169.75 147.32 49.72 -
System Red Green Blue C M Y K H S L
Decimal 60 219 204 0.73 0 0.07 0.14 174.34 0.69 0.55
Hex 3C DB CC 49 0 7 E AE 45 37
Octal 74 333 314 111 0 7 16 256 105 67
Binary 111100 11011011 11001100 1001001 0 111 1110 10101110 1000101 110111

Color Harmonies of #3CDBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDBCC

Black with #3CDBCC

Text Example


Text Example

White with #3CDBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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