Html Css Color HEX #60DADE Turquoise Blue

📋 copy color: '#60DADE'

red 96 ◦ green 218 ◦ blue 222

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

Shades of Turquoise Blue #60DADE

Tints of Turquoise Blue #60DADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 17.91%
G = 40.67%
B = 41.42%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#60DADE (or 0x60DADE) is known color: Turquoise Blue. HEX triplet: 60, DA and DE. RGB value is (96,218,222). Sum of RGB (Red+Green+Blue) = 96+218+222=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #60DADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DADE is #9F2521. Grayscale: #B5B5B5. Windows color (decimal): -10429730 or 14604896. OLE color: 14604896.

HSL color Cylindrical-coordinate representation of color #60DADE: hue angle of 181.9º degrees, saturation: 0.66, 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 #60DADE is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 218 222 -
CMYK 0.57 0.02 0 0.13
HSL 181.9º 0.66% 0.62% -
HSV(B) 181.9º 0.57% 0.87% -
XYZ 43.08 57.9 78.01 -
YUV 181.98 150.58 66.67 -
System Red Green Blue C M Y K H S L
Decimal 96 218 222 0.57 0.02 0 0.13 181.9 0.66 0.62
Hex 60 DA DE 39 2 0 D B6 42 3E
Octal 140 332 336 71 2 0 15 266 102 76
Binary 1100000 11011010 11011110 111001 10 0 1101 10110110 1000010 111110

Color Harmonies of #60DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DADE

Black with #60DADE

Text Example


Text Example

White with #60DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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