Html Css Color HEX #60DCEB Turquoise Blue

📋 copy color: '#60DCEB'

red 96 ◦ green 220 ◦ blue 235

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

Shades of Turquoise Blue #60DCEB

Tints of Turquoise Blue #60DCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.93%

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 17.42%
G = 39.93%
B = 42.65%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#60DCEB (or 0x60DCEB) is known color: Turquoise Blue. HEX triplet: 60, DC and EB. RGB value is (96,220,235). Sum of RGB (Red+Green+Blue) = 96+220+235=551 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.42% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #60DCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DCEB is #9F2314. Grayscale: #B8B8B8. Windows color (decimal): -10429205 or 15457376. OLE color: 15457376.

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

Color convert

RGB 96 220 235 -
CMYK 0.59 0.06 0 0.08
HSL 186.47º 0.78% 0.65% -
HSV(B) 186.47º 0.59% 0.92% -
XYZ 45.41 59.67 87.72 -
YUV 184.63 156.42 64.78 -
System Red Green Blue C M Y K H S L
Decimal 96 220 235 0.59 0.06 0 0.08 186.47 0.78 0.65
Hex 60 DC EB 3B 6 0 8 BA 4E 41
Octal 140 334 353 73 6 0 10 272 116 101
Binary 1100000 11011100 11101011 111011 110 0 1000 10111010 1001110 1000001

Color Harmonies of #60DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DCEB

Black with #60DCEB

Text Example


Text Example

White with #60DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,220,235); }

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

background-color css

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

 a { background-color: rgb(96,220,235); }

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

border-color css

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

 span { border-color: rgb(96,220,235); }

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