Html Css Color HEX #60DAD4 Turquoise Blue

📋 copy color: '#60DAD4'

red 96 ◦ green 218 ◦ blue 212

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

Shades of Turquoise Blue #60DAD4

Tints of Turquoise Blue #60DAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.3%

R = 18.25%
G = 41.44%
B = 40.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#60DAD4 (or 0x60DAD4) is known color: Turquoise Blue. HEX triplet: 60, DA and D4. RGB value is (96,218,212). Sum of RGB (Red+Green+Blue) = 96+218+212=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #60DAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DAD4 is #9F252B. Grayscale: #B4B4B4. Windows color (decimal): -10429740 or 13949536. OLE color: 13949536.

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

Color convert

RGB 96 218 212 -
CMYK 0.56 0 0.03 0.15
HSL 177.05º 0.62% 0.62% -
HSV(B) 177.05º 0.56% 0.85% -
XYZ 41.78 57.38 71.16 -
YUV 180.84 145.58 67.49 -
System Red Green Blue C M Y K H S L
Decimal 96 218 212 0.56 0 0.03 0.15 177.05 0.62 0.62
Hex 60 DA D4 38 0 3 F B1 3E 3E
Octal 140 332 324 70 0 3 17 261 76 76
Binary 1100000 11011010 11010100 111000 0 11 1111 10110001 111110 111110

Color Harmonies of #60DAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DAD4

Black with #60DAD4

Text Example


Text Example

White with #60DAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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