Html Css Color HEX #60CEED Turquoise Blue

📋 copy color: '#60CEED'

red 96 ◦ green 206 ◦ blue 237

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

Shades of Turquoise Blue #60CEED

Tints of Turquoise Blue #60CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.22%

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

R = 17.81%
G = 38.22%
B = 43.97%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60CEED (or 0x60CEED) is known color: Turquoise Blue. HEX triplet: 60, CE and ED. RGB value is (96,206,237). Sum of RGB (Red+Green+Blue) = 96+206+237=539 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.81% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #60CEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CEED is #9F3112. Grayscale: #B0B0B0. Windows color (decimal): -10432787 or 15584864. OLE color: 15584864.

HSL color Cylindrical-coordinate representation of color #60CEED: hue angle of 193.19º 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 #60CEED is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 206 237 -
CMYK 0.59 0.13 0 0.07
HSL 193.19º 0.8% 0.65% -
HSV(B) 193.19º 0.59% 0.93% -
XYZ 42.18 52.74 88.08 -
YUV 176.64 162.06 70.48 -
System Red Green Blue C M Y K H S L
Decimal 96 206 237 0.59 0.13 0 0.07 193.19 0.8 0.65
Hex 60 CE ED 3B D 0 7 C1 50 41
Octal 140 316 355 73 15 0 7 301 120 101
Binary 1100000 11001110 11101101 111011 1101 0 111 11000001 1010000 1000001

Color Harmonies of #60CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEED

Black with #60CEED

Text Example


Text Example

White with #60CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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