Html Css Color HEX #5FD7FE Turquoise Blue

📋 copy color: '#5FD7FE'

red 95 ◦ green 215 ◦ blue 254

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

Shades of Turquoise Blue #5FD7FE

Tints of Turquoise Blue #5FD7FE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.12%

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

R = 16.84%
G = 38.12%
B = 45.04%

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

#5FD7FE (or 0x5FD7FE) is known color: Turquoise Blue. HEX triplet: 5F, D7 and FE. RGB value is (95,215,254). Sum of RGB (Red+Green+Blue) = 95+215+254=564 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.84% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FD7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD7FE is #A02801. Grayscale: #B7B7B7. Windows color (decimal): -10496002 or 16701279. OLE color: 16701279.

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

Color convert

RGB 95 215 254 -
CMYK 0.63 0.15 0 0.00
HSL 194.72º 0.99% 0.68% -
HSV(B) 194.72º 0.63% 1% -
XYZ 46.91 58.19 102.53 -
YUV 183.57 167.74 64.83 -
System Red Green Blue C M Y K H S L
Decimal 95 215 254 0.63 0.15 0 0.00 194.72 0.99 0.68
Hex 5F D7 FE 3F F 0 0 C3 63 44
Octal 137 327 376 77 17 0 0 303 143 104
Binary 1011111 11010111 11111110 111111 1111 0 0 11000011 1100011 1000100

Color Harmonies of #5FD7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD7FE

Black with #5FD7FE

Text Example


Text Example

White with #5FD7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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