Html Css Color HEX #5FD9FA Turquoise Blue

📋 copy color: '#5FD9FA'

red 95 ◦ green 217 ◦ blue 250

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

Shades of Turquoise Blue #5FD9FA

Tints of Turquoise Blue #5FD9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 16.9%
G = 38.61%
B = 44.48%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5FD9FA (or 0x5FD9FA) is known color: Turquoise Blue. HEX triplet: 5F, D9 and FA. RGB value is (95,217,250). Sum of RGB (Red+Green+Blue) = 95+217+250=562 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.90% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FD9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD9FA is #A02605. Grayscale: #B8B8B8. Windows color (decimal): -10495494 or 16439647. OLE color: 16439647.

HSL color Cylindrical-coordinate representation of color #5FD9FA: hue angle of 192.77º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FD9FA is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 217 250 -
CMYK 0.62 0.13 0 0.02
HSL 192.77º 0.94% 0.68% -
HSV(B) 192.77º 0.62% 0.98% -
XYZ 46.79 58.96 99.36 -
YUV 184.28 165.08 64.32 -
System Red Green Blue C M Y K H S L
Decimal 95 217 250 0.62 0.13 0 0.02 192.77 0.94 0.68
Hex 5F D9 FA 3E D 0 2 C1 5E 44
Octal 137 331 372 76 15 0 2 301 136 104
Binary 1011111 11011001 11111010 111110 1101 0 10 11000001 1011110 1000100

Color Harmonies of #5FD9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD9FA

Black with #5FD9FA

Text Example


Text Example

White with #5FD9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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