Html Css Color HEX #5BD3FE Turquoise Blue

📋 copy color: '#5BD3FE'

red 91 ◦ green 211 ◦ blue 254

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

Shades of Turquoise Blue #5BD3FE

Tints of Turquoise Blue #5BD3FE

RGB

 RED value IS 91 (35.94% from 255) = 16.37%

 GREEN value IS 211 (82.81% from 255) = 37.95%

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

R = 16.37%
G = 37.95%
B = 45.68%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5BD3FE (or 0x5BD3FE) is known color: Turquoise Blue. HEX triplet: 5B, D3 and FE. RGB value is (91,211,254). Sum of RGB (Red+Green+Blue) = 91+211+254=556 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.37% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BD3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD3FE is #A42C01. Grayscale: #B3B3B3. Windows color (decimal): -10759170 or 16700251. OLE color: 16700251.

HSL color Cylindrical-coordinate representation of color #5BD3FE: hue angle of 195.83º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BD3FE is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 91 211 254 -
CMYK 0.64 0.17 0 0.00
HSL 195.83º 0.99% 0.68% -
HSV(B) 195.83º 0.64% 1% -
XYZ 45.5 55.97 102.17 -
YUV 180.02 169.74 64.5 -
System Red Green Blue C M Y K H S L
Decimal 91 211 254 0.64 0.17 0 0.00 195.83 0.99 0.68
Hex 5B D3 FE 40 11 0 0 C4 63 44
Octal 133 323 376 100 21 0 0 304 143 104
Binary 1011011 11010011 11111110 1000000 10001 0 0 11000100 1100011 1000100

Color Harmonies of #5BD3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD3FE

Black with #5BD3FE

Text Example


Text Example

White with #5BD3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,211,254); }

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

background-color css

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

 a { background-color: rgb(91,211,254); }

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

border-color css

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

 span { border-color: rgb(91,211,254); }

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