Html Css Color HEX #3CDAB9 Turquoise

📋 copy color: '#3CDAB9'

red 60 ◦ green 218 ◦ blue 185

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

Shades of Turquoise #3CDAB9

Tints of Turquoise #3CDAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.96%

R = 12.96%
G = 47.08%
B = 39.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#3CDAB9 (or 0x3CDAB9) is known color: Turquoise. HEX triplet: 3C, DA and B9. RGB value is (60,218,185). Sum of RGB (Red+Green+Blue) = 60+218+185=463 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.96% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDAB9 is #C32546. Grayscale: #A6A6A6. Windows color (decimal): -12789063 or 12180028. OLE color: 12180028.

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

Color convert

RGB 60 218 185 -
CMYK 0.72 0 0.15 0.15
HSL 167.47º 0.68% 0.55% -
HSV(B) 167.47º 0.72% 0.85% -
XYZ 35.69 54.61 54.56 -
YUV 167 138.15 51.68 -
System Red Green Blue C M Y K H S L
Decimal 60 218 185 0.72 0 0.15 0.15 167.47 0.68 0.55
Hex 3C DA B9 48 0 F F A7 44 37
Octal 74 332 271 110 0 17 17 247 104 67
Binary 111100 11011010 10111001 1001000 0 1111 1111 10100111 1000100 110111

Color Harmonies of #3CDAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDAB9

Black with #3CDAB9

Text Example


Text Example

White with #3CDAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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