Html Css Color HEX #60D5FD Turquoise Blue

📋 copy color: '#60D5FD'

red 96 ◦ green 213 ◦ blue 253

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

Shades of Turquoise Blue #60D5FD

Tints of Turquoise Blue #60D5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.9%

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 17.08%
G = 37.9%
B = 45.02%

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

#60D5FD (or 0x60D5FD) is known color: Turquoise Blue. HEX triplet: 60, D5 and FD. RGB value is (96,213,253). Sum of RGB (Red+Green+Blue) = 96+213+253=562 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.08% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #60D5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D5FD is #9F2A02. Grayscale: #B6B6B6. Windows color (decimal): -10430979 or 16635232. OLE color: 16635232.

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

Color convert

RGB 96 213 253 -
CMYK 0.62 0.16 0 0.01
HSL 195.29º 0.98% 0.68% -
HSV(B) 195.29º 0.62% 0.99% -
XYZ 46.35 57.17 101.52 -
YUV 182.58 167.74 66.25 -
System Red Green Blue C M Y K H S L
Decimal 96 213 253 0.62 0.16 0 0.01 195.29 0.98 0.68
Hex 60 D5 FD 3E 10 0 1 C3 62 44
Octal 140 325 375 76 20 0 1 303 142 104
Binary 1100000 11010101 11111101 111110 10000 0 1 11000011 1100010 1000100

Color Harmonies of #60D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D5FD

Black with #60D5FD

Text Example


Text Example

White with #60D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,213,253); }

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

background-color css

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

 a { background-color: rgb(96,213,253); }

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

border-color css

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

 span { border-color: rgb(96,213,253); }

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