Html Css Color HEX #3CDAC6 Turquoise

📋 copy color: '#3CDAC6'

red 60 ◦ green 218 ◦ blue 198

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

Shades of Turquoise #3CDAC6

Tints of Turquoise #3CDAC6

RGB

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

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

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

R = 12.61%
G = 45.8%
B = 41.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#3CDAC6 (or 0x3CDAC6) is known color: Turquoise. HEX triplet: 3C, DA and C6. RGB value is (60,218,198). Sum of RGB (Red+Green+Blue) = 60+218+198=476 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.61% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDAC6 is #C32539. Grayscale: #A8A8A8. Windows color (decimal): -12789050 or 13031996. OLE color: 13031996.

HSL color Cylindrical-coordinate representation of color #3CDAC6: hue angle of 172.41º 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 #3CDAC6 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 218 198 -
CMYK 0.72 0 0.09 0.15
HSL 172.41º 0.68% 0.55% -
HSV(B) 172.41º 0.72% 0.85% -
XYZ 37.13 55.18 62.12 -
YUV 168.48 144.65 50.63 -
System Red Green Blue C M Y K H S L
Decimal 60 218 198 0.72 0 0.09 0.15 172.41 0.68 0.55
Hex 3C DA C6 48 0 9 F AC 44 37
Octal 74 332 306 110 0 11 17 254 104 67
Binary 111100 11011010 11000110 1001000 0 1001 1111 10101100 1000100 110111

Color Harmonies of #3CDAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDAC6

Black with #3CDAC6

Text Example


Text Example

White with #3CDAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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