Html Css Color HEX #5FD3FA Turquoise Blue

📋 copy color: '#5FD3FA'

red 95 ◦ green 211 ◦ blue 250

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

Shades of Turquoise Blue #5FD3FA

Tints of Turquoise Blue #5FD3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.95%

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

R = 17.09%
G = 37.95%
B = 44.96%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5FD3FA (or 0x5FD3FA) is known color: Turquoise Blue. HEX triplet: 5F, D3 and FA. RGB value is (95,211,250). Sum of RGB (Red+Green+Blue) = 95+211+250=556 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.09% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FD3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD3FA is #A02C05. Grayscale: #B4B4B4. Windows color (decimal): -10497030 or 16438111. OLE color: 16438111.

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

Color convert

RGB 95 211 250 -
CMYK 0.62 0.16 0 0.02
HSL 195.1º 0.94% 0.68% -
HSV(B) 195.1º 0.62% 0.98% -
XYZ 45.27 55.92 98.85 -
YUV 180.76 167.07 66.83 -
System Red Green Blue C M Y K H S L
Decimal 95 211 250 0.62 0.16 0 0.02 195.1 0.94 0.68
Hex 5F D3 FA 3E 10 0 2 C3 5E 44
Octal 137 323 372 76 20 0 2 303 136 104
Binary 1011111 11010011 11111010 111110 10000 0 10 11000011 1011110 1000100

Color Harmonies of #5FD3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD3FA

Black with #5FD3FA

Text Example


Text Example

White with #5FD3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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