Html Css Color HEX #5BCDF6 Turquoise Blue

📋 copy color: '#5BCDF6'

red 91 ◦ green 205 ◦ blue 246

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

Shades of Turquoise Blue #5BCDF6

Tints of Turquoise Blue #5BCDF6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.82%

 BLUE value IS 246 (96.48% from 255) = 45.39%

R = 16.79%
G = 37.82%
B = 45.39%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5BCDF6 (or 0x5BCDF6) is known color: Turquoise Blue. HEX triplet: 5B, CD and F6. RGB value is (91,205,246). Sum of RGB (Red+Green+Blue) = 91+205+246=542 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.79% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #5BCDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCDF6 is #A43209. Grayscale: #AFAFAF. Windows color (decimal): -10760714 or 16174427. OLE color: 16174427.

HSL color Cylindrical-coordinate representation of color #5BCDF6: hue angle of 195.87º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BCDF6 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 91 205 246 -
CMYK 0.63 0.17 0 0.04
HSL 195.87º 0.9% 0.66% -
HSV(B) 195.87º 0.63% 0.96% -
XYZ 42.78 52.54 95.08 -
YUV 175.59 167.73 67.67 -
System Red Green Blue C M Y K H S L
Decimal 91 205 246 0.63 0.17 0 0.04 195.87 0.9 0.66
Hex 5B CD F6 3F 11 0 4 C4 5A 42
Octal 133 315 366 77 21 0 4 304 132 102
Binary 1011011 11001101 11110110 111111 10001 0 100 11000100 1011010 1000010

Color Harmonies of #5BCDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCDF6

Black with #5BCDF6

Text Example


Text Example

White with #5BCDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,205,246); }

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

background-color css

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

 a { background-color: rgb(91,205,246); }

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

border-color css

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

 span { border-color: rgb(91,205,246); }

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