Html Css Color HEX #5BDCDB Turquoise Blue

📋 copy color: '#5BDCDB'

red 91 ◦ green 220 ◦ blue 219

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

Shades of Turquoise Blue #5BDCDB

Tints of Turquoise Blue #5BDCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.51%

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

R = 17.17%
G = 41.51%
B = 41.32%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#5BDCDB (or 0x5BDCDB) is known color: Turquoise Blue. HEX triplet: 5B, DC and DB. RGB value is (91,220,219). Sum of RGB (Red+Green+Blue) = 91+220+219=530 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.17% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDCDB is #A42324. Grayscale: #B5B5B5. Windows color (decimal): -10756901 or 14408795. OLE color: 14408795.

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

Color convert

RGB 91 220 219 -
CMYK 0.59 0 0.00 0.14
HSL 179.53º 0.65% 0.61% -
HSV(B) 179.53º 0.59% 0.86% -
XYZ 42.69 58.53 76.06 -
YUV 181.32 149.26 63.58 -
System Red Green Blue C M Y K H S L
Decimal 91 220 219 0.59 0 0.00 0.14 179.53 0.65 0.61
Hex 5B DC DB 3B 0 0 E B4 41 3D
Octal 133 334 333 73 0 0 16 264 101 75
Binary 1011011 11011100 11011011 111011 0 0 1110 10110100 1000001 111101

Color Harmonies of #5BDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDCDB

Black with #5BDCDB

Text Example


Text Example

White with #5BDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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