Html Css Color HEX #3CDACA Turquoise

📋 copy color: '#3CDACA'

red 60 ◦ green 218 ◦ blue 202

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

Shades of Turquoise #3CDACA

Tints of Turquoise #3CDACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.08%

R = 12.5%
G = 45.42%
B = 42.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#3CDACA (or 0x3CDACA) is known color: Turquoise. HEX triplet: 3C, DA and CA. RGB value is (60,218,202). Sum of RGB (Red+Green+Blue) = 60+218+202=480 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.5% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDACA is #C32535. Grayscale: #A8A8A8. Windows color (decimal): -12789046 or 13294140. OLE color: 13294140.

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

Color convert

RGB 60 218 202 -
CMYK 0.72 0 0.07 0.15
HSL 173.92º 0.68% 0.55% -
HSV(B) 173.92º 0.72% 0.85% -
XYZ 37.6 55.37 64.58 -
YUV 168.93 146.65 50.3 -
System Red Green Blue C M Y K H S L
Decimal 60 218 202 0.72 0 0.07 0.15 173.92 0.68 0.55
Hex 3C DA CA 48 0 7 F AE 44 37
Octal 74 332 312 110 0 7 17 256 104 67
Binary 111100 11011010 11001010 1001000 0 111 1111 10101110 1000100 110111

Color Harmonies of #3CDACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDACA

Black with #3CDACA

Text Example


Text Example

White with #3CDACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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