Html Css Color HEX #60CBED Turquoise Blue

📋 copy color: '#60CBED'

red 96 ◦ green 203 ◦ blue 237

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

Shades of Turquoise Blue #60CBED

Tints of Turquoise Blue #60CBED

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.87%

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

R = 17.91%
G = 37.87%
B = 44.22%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60CBED (or 0x60CBED) is known color: Turquoise Blue. HEX triplet: 60, CB and ED. RGB value is (96,203,237). Sum of RGB (Red+Green+Blue) = 96+203+237=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #60CBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CBED is #9F3412. Grayscale: #AEAEAE. Windows color (decimal): -10433555 or 15584096. OLE color: 15584096.

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

Color convert

RGB 96 203 237 -
CMYK 0.59 0.14 0 0.07
HSL 194.47º 0.8% 0.65% -
HSV(B) 194.47º 0.59% 0.93% -
XYZ 41.47 51.31 87.84 -
YUV 174.88 163.05 71.74 -
System Red Green Blue C M Y K H S L
Decimal 96 203 237 0.59 0.14 0 0.07 194.47 0.8 0.65
Hex 60 CB ED 3B E 0 7 C2 50 41
Octal 140 313 355 73 16 0 7 302 120 101
Binary 1100000 11001011 11101101 111011 1110 0 111 11000010 1010000 1000001

Color Harmonies of #60CBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CBED

Black with #60CBED

Text Example


Text Example

White with #60CBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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