Html Css Color HEX #60D9DA Turquoise Blue

📋 copy color: '#60D9DA'

red 96 ◦ green 217 ◦ blue 218

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

Shades of Turquoise Blue #60D9DA

Tints of Turquoise Blue #60D9DA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.87%

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 18.08%
G = 40.87%
B = 41.05%

CMYK

 C value IS 0.56

 M value IS 0.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#60D9DA (or 0x60D9DA) is known color: Turquoise Blue. HEX triplet: 60, D9 and DA. RGB value is (96,217,218). Sum of RGB (Red+Green+Blue) = 96+217+218=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #60D9DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D9DA is #9F2625. Grayscale: #B4B4B4. Windows color (decimal): -10429990 or 14342496. OLE color: 14342496.

HSL color Cylindrical-coordinate representation of color #60D9DA: hue angle of 180.49º 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 #60D9DA is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 217 218 -
CMYK 0.56 0.00 0 0.15
HSL 180.49º 0.62% 0.62% -
HSV(B) 180.49º 0.56% 0.85% -
XYZ 42.29 57.17 75.14 -
YUV 180.94 148.91 67.42 -
System Red Green Blue C M Y K H S L
Decimal 96 217 218 0.56 0.00 0 0.15 180.49 0.62 0.62
Hex 60 D9 DA 38 0 0 F B4 3E 3E
Octal 140 331 332 70 0 0 17 264 76 76
Binary 1100000 11011001 11011010 111000 0 0 1111 10110100 111110 111110

Color Harmonies of #60D9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D9DA

Black with #60D9DA

Text Example


Text Example

White with #60D9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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