Html Css Color HEX #3CDCC6 Turquoise

📋 copy color: '#3CDCC6'

red 60 ◦ green 220 ◦ blue 198

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

Shades of Turquoise #3CDCC6

Tints of Turquoise #3CDCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.42%

R = 12.55%
G = 46.03%
B = 41.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#3CDCC6 (or 0x3CDCC6) is known color: Turquoise. HEX triplet: 3C, DC and C6. RGB value is (60,220,198). Sum of RGB (Red+Green+Blue) = 60+220+198=478 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.55% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCC6 is #C32339. Grayscale: #A9A9A9. Windows color (decimal): -12788538 or 13032508. OLE color: 13032508.

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

Color convert

RGB 60 220 198 -
CMYK 0.73 0 0.1 0.14
HSL 171.75º 0.7% 0.55% -
HSV(B) 171.75º 0.73% 0.86% -
XYZ 37.65 56.22 62.29 -
YUV 169.65 143.99 49.79 -
System Red Green Blue C M Y K H S L
Decimal 60 220 198 0.73 0 0.1 0.14 171.75 0.7 0.55
Hex 3C DC C6 49 0 A E AC 46 37
Octal 74 334 306 111 0 12 16 254 106 67
Binary 111100 11011100 11000110 1001001 0 1010 1110 10101100 1000110 110111

Color Harmonies of #3CDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDCC6

Black with #3CDCC6

Text Example


Text Example

White with #3CDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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