Html Css Color HEX #60DADD Turquoise Blue

📋 copy color: '#60DADD'

red 96 ◦ green 218 ◦ blue 221

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

Shades of Turquoise Blue #60DADD

Tints of Turquoise Blue #60DADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 17.94%
G = 40.75%
B = 41.31%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#60DADD (or 0x60DADD) is known color: Turquoise Blue. HEX triplet: 60, DA and DD. RGB value is (96,218,221). Sum of RGB (Red+Green+Blue) = 96+218+221=535 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.94% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #60DADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DADD is #9F2522. Grayscale: #B5B5B5. Windows color (decimal): -10429731 or 14539360. OLE color: 14539360.

HSL color Cylindrical-coordinate representation of color #60DADD: hue angle of 181.44º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DADD is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 218 221 -
CMYK 0.57 0.01 0 0.13
HSL 181.44º 0.65% 0.62% -
HSV(B) 181.44º 0.57% 0.87% -
XYZ 42.95 57.85 77.31 -
YUV 181.86 150.08 66.76 -
System Red Green Blue C M Y K H S L
Decimal 96 218 221 0.57 0.01 0 0.13 181.44 0.65 0.62
Hex 60 DA DD 39 1 0 D B5 41 3E
Octal 140 332 335 71 1 0 15 265 101 76
Binary 1100000 11011010 11011101 111001 1 0 1101 10110101 1000001 111110

Color Harmonies of #60DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DADD

Black with #60DADD

Text Example


Text Example

White with #60DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,218,221); }

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

background-color css

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

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

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

border-color css

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

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

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