Html Css Color HEX #60D4FC Turquoise Blue

📋 copy color: '#60D4FC'

red 96 ◦ green 212 ◦ blue 252

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

Shades of Turquoise Blue #60D4FC

Tints of Turquoise Blue #60D4FC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.86%

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

R = 17.14%
G = 37.86%
B = 45%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60D4FC (or 0x60D4FC) is known color: Turquoise Blue. HEX triplet: 60, D4 and FC. RGB value is (96,212,252). Sum of RGB (Red+Green+Blue) = 96+212+252=560 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.14% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #60D4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D4FC is #9F2B03. Grayscale: #B5B5B5. Windows color (decimal): -10431236 or 16569440. OLE color: 16569440.

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

Color convert

RGB 96 212 252 -
CMYK 0.62 0.16 0 0.01
HSL 195.38º 0.96% 0.68% -
HSV(B) 195.38º 0.62% 0.99% -
XYZ 45.94 56.6 100.6 -
YUV 181.88 167.57 66.75 -
System Red Green Blue C M Y K H S L
Decimal 96 212 252 0.62 0.16 0 0.01 195.38 0.96 0.68
Hex 60 D4 FC 3E 10 0 1 C3 60 44
Octal 140 324 374 76 20 0 1 303 140 104
Binary 1100000 11010100 11111100 111110 10000 0 1 11000011 1100000 1000100

Color Harmonies of #60D4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D4FC

Black with #60D4FC

Text Example


Text Example

White with #60D4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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