Html Css Color HEX #5BCEDB Turquoise Blue

📋 copy color: '#5BCEDB'

red 91 ◦ green 206 ◦ blue 219

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

Shades of Turquoise Blue #5BCEDB

Tints of Turquoise Blue #5BCEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.92%

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 17.64%
G = 39.92%
B = 42.44%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5BCEDB (or 0x5BCEDB) is known color: Turquoise Blue. HEX triplet: 5B, CE and DB. RGB value is (91,206,219). Sum of RGB (Red+Green+Blue) = 91+206+219=516 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.64% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BCEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCEDB is #A43124. Grayscale: #ACACAC. Windows color (decimal): -10760485 or 14405211. OLE color: 14405211.

HSL color Cylindrical-coordinate representation of color #5BCEDB: hue angle of 186.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BCEDB is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 206 219 -
CMYK 0.58 0.06 0 0.14
HSL 186.09º 0.64% 0.61% -
HSV(B) 186.09º 0.58% 0.86% -
XYZ 39.17 51.48 74.89 -
YUV 173.1 153.9 69.44 -
System Red Green Blue C M Y K H S L
Decimal 91 206 219 0.58 0.06 0 0.14 186.09 0.64 0.61
Hex 5B CE DB 3A 6 0 E BA 40 3D
Octal 133 316 333 72 6 0 16 272 100 75
Binary 1011011 11001110 11011011 111010 110 0 1110 10111010 1000000 111101

Color Harmonies of #5BCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCEDB

Black with #5BCEDB

Text Example


Text Example

White with #5BCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,206,219); }

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

background-color css

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

 a { background-color: rgb(91,206,219); }

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

border-color css

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

 span { border-color: rgb(91,206,219); }

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