Html Css Color HEX #5FDAFE Turquoise Blue

📋 copy color: '#5FDAFE'

red 95 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #5FDAFE

Tints of Turquoise Blue #5FDAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.45%

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

R = 16.75%
G = 38.45%
B = 44.8%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5FDAFE (or 0x5FDAFE) is known color: Turquoise Blue. HEX triplet: 5F, DA and FE. RGB value is (95,218,254). Sum of RGB (Red+Green+Blue) = 95+218+254=567 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.75% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FDAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDAFE is #A02501. Grayscale: #B9B9B9. Windows color (decimal): -10495234 or 16702047. OLE color: 16702047.

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

Color convert

RGB 95 218 254 -
CMYK 0.63 0.14 0 0.00
HSL 193.58º 0.99% 0.68% -
HSV(B) 193.58º 0.63% 1% -
XYZ 47.68 59.73 102.78 -
YUV 185.33 166.75 63.57 -
System Red Green Blue C M Y K H S L
Decimal 95 218 254 0.63 0.14 0 0.00 193.58 0.99 0.68
Hex 5F DA FE 3F E 0 0 C2 63 44
Octal 137 332 376 77 16 0 0 302 143 104
Binary 1011111 11011010 11111110 111111 1110 0 0 11000010 1100011 1000100

Color Harmonies of #5FDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDAFE

Black with #5FDAFE

Text Example


Text Example

White with #5FDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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