Html Css Color HEX #5FD4FA Turquoise Blue

📋 copy color: '#5FD4FA'

red 95 ◦ green 212 ◦ blue 250

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

Shades of Turquoise Blue #5FD4FA

Tints of Turquoise Blue #5FD4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.06%

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

R = 17.06%
G = 38.06%
B = 44.88%

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

#5FD4FA (or 0x5FD4FA) is known color: Turquoise Blue. HEX triplet: 5F, D4 and FA. RGB value is (95,212,250). Sum of RGB (Red+Green+Blue) = 95+212+250=557 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.06% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FD4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD4FA is #A02B05. Grayscale: #B5B5B5. Windows color (decimal): -10496774 or 16438367. OLE color: 16438367.

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

Color convert

RGB 95 212 250 -
CMYK 0.62 0.15 0 0.02
HSL 194.71º 0.94% 0.68% -
HSV(B) 194.71º 0.62% 0.98% -
XYZ 45.52 56.42 98.93 -
YUV 181.35 166.74 66.41 -
System Red Green Blue C M Y K H S L
Decimal 95 212 250 0.62 0.15 0 0.02 194.71 0.94 0.68
Hex 5F D4 FA 3E F 0 2 C3 5E 44
Octal 137 324 372 76 17 0 2 303 136 104
Binary 1011111 11010100 11111010 111110 1111 0 10 11000011 1011110 1000100

Color Harmonies of #5FD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD4FA

Black with #5FD4FA

Text Example


Text Example

White with #5FD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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