Html Css Color HEX #5FD9FE Turquoise Blue

📋 copy color: '#5FD9FE'

red 95 ◦ green 217 ◦ blue 254

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

Shades of Turquoise Blue #5FD9FE

Tints of Turquoise Blue #5FD9FE

RGB

 RED value IS 95 (37.5% from 255) = 16.78%

 GREEN value IS 217 (85.16% from 255) = 38.34%

 BLUE value IS 254 (99.61% from 255) = 44.88%

R = 16.78%
G = 38.34%
B = 44.88%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5FD9FE (or 0x5FD9FE) is known color: Turquoise Blue. HEX triplet: 5F, D9 and FE. RGB value is (95,217,254). Sum of RGB (Red+Green+Blue) = 95+217+254=566 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.78% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FD9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD9FE is #A02601. Grayscale: #B8B8B8. Windows color (decimal): -10495490 or 16701791. OLE color: 16701791.

HSL color Cylindrical-coordinate representation of color #5FD9FE: hue angle of 193.96º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FD9FE is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 95 217 254 -
CMYK 0.63 0.15 0 0.00
HSL 193.96º 0.99% 0.68% -
HSV(B) 193.96º 0.63% 1% -
XYZ 47.42 59.21 102.7 -
YUV 184.74 167.08 63.99 -
System Red Green Blue C M Y K H S L
Decimal 95 217 254 0.63 0.15 0 0.00 193.96 0.99 0.68
Hex 5F D9 FE 3F F 0 0 C2 63 44
Octal 137 331 376 77 17 0 0 302 143 104
Binary 1011111 11011001 11111110 111111 1111 0 0 11000010 1100011 1000100

Color Harmonies of #5FD9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD9FE

Black with #5FD9FE

Text Example


Text Example

White with #5FD9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FD9FE; }

 p { color: rgb(95,217,254); }

 H1.HeaderClassName
 {
   color: #5FD9FE;
 }
 .AnyTagClassName
 {
   color: #5FD9FE;
 }
</style>

background-color css

<style>
 a { background-color: #5FD9FE; }

 a { background-color: rgb(95,217,254); }

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

border-color css

<style>
 span { border-color: #5FD9FE; }

 span { border-color: rgb(95,217,254); }

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