Html Css Color HEX #5FD5FA Turquoise Blue

📋 copy color: '#5FD5FA'

red 95 ◦ green 213 ◦ blue 250

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

Shades of Turquoise Blue #5FD5FA

Tints of Turquoise Blue #5FD5FA

RGB

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

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

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

R = 17.03%
G = 38.17%
B = 44.8%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5FD5FA (or 0x5FD5FA) is known color: Turquoise Blue. HEX triplet: 5F, D5 and FA. RGB value is (95,213,250). Sum of RGB (Red+Green+Blue) = 95+213+250=558 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.03% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FD5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD5FA is #A02A05. Grayscale: #B5B5B5. Windows color (decimal): -10496518 or 16438623. OLE color: 16438623.

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

Color convert

RGB 95 213 250 -
CMYK 0.62 0.15 0 0.02
HSL 194.32º 0.94% 0.68% -
HSV(B) 194.32º 0.62% 0.98% -
XYZ 45.77 56.92 99.02 -
YUV 181.94 166.41 65.99 -
System Red Green Blue C M Y K H S L
Decimal 95 213 250 0.62 0.15 0 0.02 194.32 0.94 0.68
Hex 5F D5 FA 3E F 0 2 C2 5E 44
Octal 137 325 372 76 17 0 2 302 136 104
Binary 1011111 11010101 11111010 111110 1111 0 10 11000010 1011110 1000100

Color Harmonies of #5FD5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD5FA

Black with #5FD5FA

Text Example


Text Example

White with #5FD5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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