Html Css Color HEX #60D8FC Turquoise Blue

📋 copy color: '#60D8FC'

red 96 ◦ green 216 ◦ blue 252

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

Shades of Turquoise Blue #60D8FC

Tints of Turquoise Blue #60D8FC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.3%

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

R = 17.02%
G = 38.3%
B = 44.68%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60D8FC (or 0x60D8FC) is known color: Turquoise Blue. HEX triplet: 60, D8 and FC. RGB value is (96,216,252). Sum of RGB (Red+Green+Blue) = 96+216+252=564 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.02% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #60D8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D8FC is #9F2703. Grayscale: #B7B7B7. Windows color (decimal): -10430212 or 16570464. OLE color: 16570464.

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

Color convert

RGB 96 216 252 -
CMYK 0.62 0.14 0 0.01
HSL 193.85º 0.96% 0.68% -
HSV(B) 193.85º 0.62% 0.99% -
XYZ 46.95 58.63 100.94 -
YUV 184.22 166.24 65.07 -
System Red Green Blue C M Y K H S L
Decimal 96 216 252 0.62 0.14 0 0.01 193.85 0.96 0.68
Hex 60 D8 FC 3E E 0 1 C2 60 44
Octal 140 330 374 76 16 0 1 302 140 104
Binary 1100000 11011000 11111100 111110 1110 0 1 11000010 1100000 1000100

Color Harmonies of #60D8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D8FC

Black with #60D8FC

Text Example


Text Example

White with #60D8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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