Html Css Color HEX #60DCDC Turquoise Blue

📋 copy color: '#60DCDC'

red 96 ◦ green 220 ◦ blue 220

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

Shades of Turquoise Blue #60DCDC

Tints of Turquoise Blue #60DCDC

RGB

 RED value IS 96 (37.89% from 255) = 17.91%

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

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 17.91%
G = 41.04%
B = 41.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60DCDC (or 0x60DCDC) is known color: Turquoise Blue. HEX triplet: 60, DC and DC. RGB value is (96,220,220). Sum of RGB (Red+Green+Blue) = 96+220+220=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #60DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCDC is #9F2323. Grayscale: #B6B6B6. Windows color (decimal): -10429220 or 14474336. OLE color: 14474336.

HSL color Cylindrical-coordinate representation of color #60DCDC: hue angle of 180º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DCDC is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 220 220 -
CMYK 0.56 0 0 0.14
HSL 180º 0.64% 0.62% -
HSV(B) 180º 0.56% 0.86% -
XYZ 43.34 58.84 76.78 -
YUV 182.92 148.92 66 -
System Red Green Blue C M Y K H S L
Decimal 96 220 220 0.56 0 0 0.14 180 0.64 0.62
Hex 60 DC DC 38 0 0 E B4 40 3E
Octal 140 334 334 70 0 0 16 264 100 76
Binary 1100000 11011100 11011100 111000 0 0 1110 10110100 1000000 111110

Color Harmonies of #60DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DCDC

Black with #60DCDC

Text Example


Text Example

White with #60DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60DCDC; }

 p { color: rgb(96,220,220); }

 H1.HeaderClassName
 {
   color: #60DCDC;
 }
 .AnyTagClassName
 {
   color: #60DCDC;
 }
</style>

background-color css

<style>
 a { background-color: #60DCDC; }

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

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

border-color css

<style>
 span { border-color: #60DCDC; }

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

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