Html Css Color HEX #5FE6FC Turquoise Blue

📋 copy color: '#5FE6FC'

red 95 ◦ green 230 ◦ blue 252

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

Shades of Turquoise Blue #5FE6FC

Tints of Turquoise Blue #5FE6FC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.86%

 BLUE value IS 252 (98.83% from 255) = 43.67%

R = 16.46%
G = 39.86%
B = 43.67%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FE6FC (or 0x5FE6FC) is known color: Turquoise Blue. HEX triplet: 5F, E6 and FC. RGB value is (95,230,252). Sum of RGB (Red+Green+Blue) = 95+230+252=577 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.46% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FE6FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FE6FC is #A01903. Grayscale: #BFBFBF. Windows color (decimal): -10492164 or 16574047. OLE color: 16574047.

HSL color Cylindrical-coordinate representation of color #5FE6FC: hue angle of 188.41º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FE6FC is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 230 252 -
CMYK 0.62 0.09 0 0.01
HSL 188.41º 0.96% 0.68% -
HSV(B) 188.41º 0.62% 0.99% -
XYZ 50.59 66.05 102.18 -
YUV 192.14 161.77 58.71 -
System Red Green Blue C M Y K H S L
Decimal 95 230 252 0.62 0.09 0 0.01 188.41 0.96 0.68
Hex 5F E6 FC 3E 9 0 1 BC 60 44
Octal 137 346 374 76 11 0 1 274 140 104
Binary 1011111 11100110 11111100 111110 1001 0 1 10111100 1100000 1000100

Color Harmonies of #5FE6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE6FC

Black with #5FE6FC

Text Example


Text Example

White with #5FE6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,230,252); }

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

background-color css

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

 a { background-color: rgb(95,230,252); }

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

border-color css

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

 span { border-color: rgb(95,230,252); }

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