Html Css Color HEX #60DCFC Turquoise Blue

📋 copy color: '#60DCFC'

red 96 ◦ green 220 ◦ blue 252

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

Shades of Turquoise Blue #60DCFC

Tints of Turquoise Blue #60DCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.37%

R = 16.9%
G = 38.73%
B = 44.37%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60DCFC (or 0x60DCFC) is known color: Turquoise Blue. HEX triplet: 60, DC and FC. RGB value is (96,220,252). Sum of RGB (Red+Green+Blue) = 96+220+252=568 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.90% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #60DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DCFC is #9F2303. Grayscale: #BABABA. Windows color (decimal): -10429188 or 16571488. OLE color: 16571488.

HSL color Cylindrical-coordinate representation of color #60DCFC: hue angle of 192.31º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60DCFC is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 220 252 -
CMYK 0.62 0.13 0 0.01
HSL 192.31º 0.96% 0.68% -
HSV(B) 192.31º 0.62% 0.99% -
XYZ 47.99 60.7 101.28 -
YUV 186.57 164.92 63.4 -
System Red Green Blue C M Y K H S L
Decimal 96 220 252 0.62 0.13 0 0.01 192.31 0.96 0.68
Hex 60 DC FC 3E D 0 1 C0 60 44
Octal 140 334 374 76 15 0 1 300 140 104
Binary 1100000 11011100 11111100 111110 1101 0 1 11000000 1100000 1000100

Color Harmonies of #60DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DCFC

Black with #60DCFC

Text Example


Text Example

White with #60DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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