Html Css Color HEX #5FD2F9 Turquoise Blue

📋 copy color: '#5FD2F9'

red 95 ◦ green 210 ◦ blue 249

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

Shades of Turquoise Blue #5FD2F9

Tints of Turquoise Blue #5FD2F9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.91%

 BLUE value IS 249 (97.66% from 255) = 44.95%

R = 17.15%
G = 37.91%
B = 44.95%

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

#5FD2F9 (or 0x5FD2F9) is known color: Turquoise Blue. HEX triplet: 5F, D2 and F9. RGB value is (95,210,249). Sum of RGB (Red+Green+Blue) = 95+210+249=554 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.15% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #5FD2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD2F9 is #A02D06. Grayscale: #B3B3B3. Windows color (decimal): -10497287 or 16372319. OLE color: 16372319.

HSL color Cylindrical-coordinate representation of color #5FD2F9: hue angle of 195.19º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FD2F9 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 210 249 -
CMYK 0.62 0.16 0 0.02
HSL 195.19º 0.93% 0.67% -
HSV(B) 195.19º 0.62% 0.98% -
XYZ 44.86 55.37 97.94 -
YUV 180.06 166.9 67.33 -
System Red Green Blue C M Y K H S L
Decimal 95 210 249 0.62 0.16 0 0.02 195.19 0.93 0.67
Hex 5F D2 F9 3E 10 0 2 C3 5D 43
Octal 137 322 371 76 20 0 2 303 135 103
Binary 1011111 11010010 11111001 111110 10000 0 10 11000011 1011101 1000011

Color Harmonies of #5FD2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD2F9

Black with #5FD2F9

Text Example


Text Example

White with #5FD2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,210,249); }

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

background-color css

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

 a { background-color: rgb(95,210,249); }

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

border-color css

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

 span { border-color: rgb(95,210,249); }

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