Html Css Color HEX #5FE9F9 Turquoise Blue

📋 copy color: '#5FE9F9'

red 95 ◦ green 233 ◦ blue 249

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

Shades of Turquoise Blue #5FE9F9

Tints of Turquoise Blue #5FE9F9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.38%

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

R = 16.46%
G = 40.38%
B = 43.15%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5FE9F9 (or 0x5FE9F9) is known color: Turquoise Blue. HEX triplet: 5F, E9 and F9. RGB value is (95,233,249). Sum of RGB (Red+Green+Blue) = 95+233+249=577 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.46% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #5FE9F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FE9F9 is #A01606. Grayscale: #C1C1C1. Windows color (decimal): -10491399 or 16378207. OLE color: 16378207.

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

Color convert

RGB 95 233 249 -
CMYK 0.62 0.06 0 0.02
HSL 186.23º 0.93% 0.67% -
HSV(B) 186.23º 0.62% 0.98% -
XYZ 50.96 67.55 99.98 -
YUV 193.56 159.28 57.7 -
System Red Green Blue C M Y K H S L
Decimal 95 233 249 0.62 0.06 0 0.02 186.23 0.93 0.67
Hex 5F E9 F9 3E 6 0 2 BA 5D 43
Octal 137 351 371 76 6 0 2 272 135 103
Binary 1011111 11101001 11111001 111110 110 0 10 10111010 1011101 1000011

Color Harmonies of #5FE9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE9F9

Black with #5FE9F9

Text Example


Text Example

White with #5FE9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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