Html Css Color HEX #5BDBDD Turquoise Blue

📋 copy color: '#5BDBDD'

red 91 ◦ green 219 ◦ blue 221

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

Shades of Turquoise Blue #5BDBDD

Tints of Turquoise Blue #5BDBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.24%

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 17.14%
G = 41.24%
B = 41.62%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5BDBDD (or 0x5BDBDD) is known color: Turquoise Blue. HEX triplet: 5B, DB and DD. RGB value is (91,219,221). Sum of RGB (Red+Green+Blue) = 91+219+221=531 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.14% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BDBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDBDD is #A42422. Grayscale: #B4B4B4. Windows color (decimal): -10757155 or 14539611. OLE color: 14539611.

HSL color Cylindrical-coordinate representation of color #5BDBDD: hue angle of 180.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDBDD is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 219 221 -
CMYK 0.59 0.01 0 0.13
HSL 180.92º 0.66% 0.61% -
HSV(B) 180.92º 0.59% 0.87% -
XYZ 42.7 58.11 77.37 -
YUV 180.96 150.59 63.84 -
System Red Green Blue C M Y K H S L
Decimal 91 219 221 0.59 0.01 0 0.13 180.92 0.66 0.61
Hex 5B DB DD 3B 1 0 D B5 42 3D
Octal 133 333 335 73 1 0 15 265 102 75
Binary 1011011 11011011 11011101 111011 1 0 1101 10110101 1000010 111101

Color Harmonies of #5BDBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDBDD

Black with #5BDBDD

Text Example


Text Example

White with #5BDBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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