Html Css Color HEX #5BCCEB Turquoise Blue

📋 copy color: '#5BCCEB'

red 91 ◦ green 204 ◦ blue 235

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

Shades of Turquoise Blue #5BCCEB

Tints of Turquoise Blue #5BCCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.49%

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 17.17%
G = 38.49%
B = 44.34%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5BCCEB (or 0x5BCCEB) is known color: Turquoise Blue. HEX triplet: 5B, CC and EB. RGB value is (91,204,235). Sum of RGB (Red+Green+Blue) = 91+204+235=530 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.17% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BCCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCCEB is #A43314. Grayscale: #ADADAD. Windows color (decimal): -10760981 or 15453275. OLE color: 15453275.

HSL color Cylindrical-coordinate representation of color #5BCCEB: hue angle of 192.92º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BCCEB is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 204 235 -
CMYK 0.61 0.13 0 0.08
HSL 192.92º 0.78% 0.64% -
HSV(B) 192.92º 0.61% 0.92% -
XYZ 40.9 51.41 86.36 -
YUV 173.75 162.56 68.98 -
System Red Green Blue C M Y K H S L
Decimal 91 204 235 0.61 0.13 0 0.08 192.92 0.78 0.64
Hex 5B CC EB 3D D 0 8 C1 4E 40
Octal 133 314 353 75 15 0 10 301 116 100
Binary 1011011 11001100 11101011 111101 1101 0 1000 11000001 1001110 1000000

Color Harmonies of #5BCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCCEB

Black with #5BCCEB

Text Example


Text Example

White with #5BCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,204,235); }

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

background-color css

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

 a { background-color: rgb(91,204,235); }

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

border-color css

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

 span { border-color: rgb(91,204,235); }

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