Html Css Color HEX #60CDEA Turquoise Blue

📋 copy color: '#60CDEA'

red 96 ◦ green 205 ◦ blue 234

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

Shades of Turquoise Blue #60CDEA

Tints of Turquoise Blue #60CDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.32%

 BLUE value IS 234 (91.8% from 255) = 43.74%

R = 17.94%
G = 38.32%
B = 43.74%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#60CDEA (or 0x60CDEA) is known color: Turquoise Blue. HEX triplet: 60, CD and EA. RGB value is (96,205,234). Sum of RGB (Red+Green+Blue) = 96+205+234=535 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.94% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #60CDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CDEA is #9F3215. Grayscale: #AFAFAF. Windows color (decimal): -10433046 or 15388000. OLE color: 15388000.

HSL color Cylindrical-coordinate representation of color #60CDEA: hue angle of 192.61º degrees, saturation: 0.77, 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 #60CDEA is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 205 234 -
CMYK 0.59 0.12 0 0.08
HSL 192.61º 0.77% 0.65% -
HSV(B) 192.61º 0.59% 0.92% -
XYZ 41.51 52.09 85.71 -
YUV 175.72 160.89 71.14 -
System Red Green Blue C M Y K H S L
Decimal 96 205 234 0.59 0.12 0 0.08 192.61 0.77 0.65
Hex 60 CD EA 3B C 0 8 C1 4D 41
Octal 140 315 352 73 14 0 10 301 115 101
Binary 1100000 11001101 11101010 111011 1100 0 1000 11000001 1001101 1000001

Color Harmonies of #60CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CDEA

Black with #60CDEA

Text Example


Text Example

White with #60CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,205,234); }

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

background-color css

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

 a { background-color: rgb(96,205,234); }

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

border-color css

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

 span { border-color: rgb(96,205,234); }

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