Html Css Color HEX #60D9ED Turquoise Blue

📋 copy color: '#60D9ED'

red 96 ◦ green 217 ◦ blue 237

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

Shades of Turquoise Blue #60D9ED

Tints of Turquoise Blue #60D9ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 17.45%
G = 39.45%
B = 43.09%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60D9ED (or 0x60D9ED) is known color: Turquoise Blue. HEX triplet: 60, D9 and ED. RGB value is (96,217,237). Sum of RGB (Red+Green+Blue) = 96+217+237=550 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.45% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #60D9ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D9ED is #9F2612. Grayscale: #B6B6B6. Windows color (decimal): -10429971 or 15587680. OLE color: 15587680.

HSL color Cylindrical-coordinate representation of color #60D9ED: hue angle of 188.51º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60D9ED is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 217 237 -
CMYK 0.59 0.08 0 0.07
HSL 188.51º 0.8% 0.65% -
HSV(B) 188.51º 0.59% 0.93% -
XYZ 44.92 58.23 88.99 -
YUV 183.1 158.41 65.87 -
System Red Green Blue C M Y K H S L
Decimal 96 217 237 0.59 0.08 0 0.07 188.51 0.8 0.65
Hex 60 D9 ED 3B 8 0 7 BD 50 41
Octal 140 331 355 73 10 0 7 275 120 101
Binary 1100000 11011001 11101101 111011 1000 0 111 10111101 1010000 1000001

Color Harmonies of #60D9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D9ED

Black with #60D9ED

Text Example


Text Example

White with #60D9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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