Html Css Color HEX #3CDACE Turquoise

📋 copy color: '#3CDACE'

red 60 ◦ green 218 ◦ blue 206

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

Shades of Turquoise #3CDACE

Tints of Turquoise #3CDACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 12.4%
G = 45.04%
B = 42.56%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#3CDACE (or 0x3CDACE) is known color: Turquoise. HEX triplet: 3C, DA and CE. RGB value is (60,218,206). Sum of RGB (Red+Green+Blue) = 60+218+206=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDACE is #C32531. Grayscale: #A9A9A9. Windows color (decimal): -12789042 or 13556284. OLE color: 13556284.

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

Color convert

RGB 60 218 206 -
CMYK 0.72 0 0.06 0.15
HSL 175.44º 0.68% 0.55% -
HSV(B) 175.44º 0.72% 0.85% -
XYZ 38.08 55.56 67.11 -
YUV 169.39 148.65 49.98 -
System Red Green Blue C M Y K H S L
Decimal 60 218 206 0.72 0 0.06 0.15 175.44 0.68 0.55
Hex 3C DA CE 48 0 6 F AF 44 37
Octal 74 332 316 110 0 6 17 257 104 67
Binary 111100 11011010 11001110 1001000 0 110 1111 10101111 1000100 110111

Color Harmonies of #3CDACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDACE

Black with #3CDACE

Text Example


Text Example

White with #3CDACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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