Html Css Color HEX #5BCCE1 Turquoise Blue

📋 copy color: '#5BCCE1'

red 91 ◦ green 204 ◦ blue 225

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

Shades of Turquoise Blue #5BCCE1

Tints of Turquoise Blue #5BCCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.27%

R = 17.5%
G = 39.23%
B = 43.27%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5BCCE1 (or 0x5BCCE1) is known color: Turquoise Blue. HEX triplet: 5B, CC and E1. RGB value is (91,204,225). Sum of RGB (Red+Green+Blue) = 91+204+225=520 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.5% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #5BCCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCE1 is #A4331E. Grayscale: #ACACAC. Windows color (decimal): -10760991 or 14797915. OLE color: 14797915.

HSL color Cylindrical-coordinate representation of color #5BCCE1: hue angle of 189.4º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BCCE1 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 91 204 225 -
CMYK 0.60 0.09 0 0.12
HSL 189.4º 0.69% 0.62% -
HSV(B) 189.4º 0.6% 0.88% -
XYZ 39.5 50.85 78.97 -
YUV 172.61 157.56 69.79 -
System Red Green Blue C M Y K H S L
Decimal 91 204 225 0.60 0.09 0 0.12 189.4 0.69 0.62
Hex 5B CC E1 3C 9 0 C BD 45 3E
Octal 133 314 341 74 11 0 14 275 105 76
Binary 1011011 11001100 11100001 111100 1001 0 1100 10111101 1000101 111110

Color Harmonies of #5BCCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCCE1

Black with #5BCCE1

Text Example


Text Example

White with #5BCCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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