Html Css Color HEX #5BDDFE Turquoise Blue

📋 copy color: '#5BDDFE'

red 91 ◦ green 221 ◦ blue 254

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

Shades of Turquoise Blue #5BDDFE

Tints of Turquoise Blue #5BDDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.05%

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

R = 16.08%
G = 39.05%
B = 44.88%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5BDDFE (or 0x5BDDFE) is known color: Turquoise Blue. HEX triplet: 5B, DD and FE. RGB value is (91,221,254). Sum of RGB (Red+Green+Blue) = 91+221+254=566 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.08% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BDDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDDFE is #A42201. Grayscale: #B9B9B9. Windows color (decimal): -10756610 or 16702811. OLE color: 16702811.

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

Color convert

RGB 91 221 254 -
CMYK 0.64 0.13 0 0.00
HSL 192.15º 0.99% 0.68% -
HSV(B) 192.15º 0.64% 1% -
XYZ 48.06 61.09 103.03 -
YUV 185.89 166.43 60.32 -
System Red Green Blue C M Y K H S L
Decimal 91 221 254 0.64 0.13 0 0.00 192.15 0.99 0.68
Hex 5B DD FE 40 D 0 0 C0 63 44
Octal 133 335 376 100 15 0 0 300 143 104
Binary 1011011 11011101 11111110 1000000 1101 0 0 11000000 1100011 1000100

Color Harmonies of #5BDDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDDFE

Black with #5BDDFE

Text Example


Text Example

White with #5BDDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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