Html Css Color HEX #5BCDDB Turquoise Blue

📋 copy color: '#5BCDDB'

red 91 ◦ green 205 ◦ blue 219

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

Shades of Turquoise Blue #5BCDDB

Tints of Turquoise Blue #5BCDDB

RGB

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

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

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

R = 17.67%
G = 39.81%
B = 42.52%

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

#5BCDDB (or 0x5BCDDB) is known color: Turquoise Blue. HEX triplet: 5B, CD and DB. RGB value is (91,205,219). Sum of RGB (Red+Green+Blue) = 91+205+219=515 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.67% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BCDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDDB is #A43224. Grayscale: #ACACAC. Windows color (decimal): -10760741 or 14404955. OLE color: 14404955.

HSL color Cylindrical-coordinate representation of color #5BCDDB: hue angle of 186.56º 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 #5BCDDB is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 205 219 -
CMYK 0.58 0.06 0 0.14
HSL 186.56º 0.64% 0.61% -
HSV(B) 186.56º 0.58% 0.86% -
XYZ 38.93 51 74.81 -
YUV 172.51 154.23 69.86 -
System Red Green Blue C M Y K H S L
Decimal 91 205 219 0.58 0.06 0 0.14 186.56 0.64 0.61
Hex 5B CD DB 3A 6 0 E BB 40 3D
Octal 133 315 333 72 6 0 16 273 100 75
Binary 1011011 11001101 11011011 111010 110 0 1110 10111011 1000000 111101

Color Harmonies of #5BCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCDDB

Black with #5BCDDB

Text Example


Text Example

White with #5BCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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