Html Css Color HEX #3CDDC0 Turquoise

📋 copy color: '#3CDDC0'

red 60 ◦ green 221 ◦ blue 192

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

Shades of Turquoise #3CDDC0

Tints of Turquoise #3CDDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.59%

R = 12.68%
G = 46.72%
B = 40.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#3CDDC0 (or 0x3CDDC0) is known color: Turquoise. HEX triplet: 3C, DD and C0. RGB value is (60,221,192). Sum of RGB (Red+Green+Blue) = 60+221+192=473 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.68% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDC0 is #C3223F. Grayscale: #A9A9A9. Windows color (decimal): -12788288 or 12639548. OLE color: 12639548.

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

Color convert

RGB 60 221 192 -
CMYK 0.73 0 0.13 0.13
HSL 169.19º 0.7% 0.55% -
HSV(B) 169.19º 0.73% 0.87% -
XYZ 37.23 56.48 58.81 -
YUV 169.56 140.66 49.86 -
System Red Green Blue C M Y K H S L
Decimal 60 221 192 0.73 0 0.13 0.13 169.19 0.7 0.55
Hex 3C DD C0 49 0 D D A9 46 37
Octal 74 335 300 111 0 15 15 251 106 67
Binary 111100 11011101 11000000 1001001 0 1101 1101 10101001 1000110 110111

Color Harmonies of #3CDDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDDC0

Black with #3CDDC0

Text Example


Text Example

White with #3CDDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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