Html Css Color HEX #5BCBDB Turquoise Blue

📋 copy color: '#5BCBDB'

red 91 ◦ green 203 ◦ blue 219

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

Shades of Turquoise Blue #5BCBDB

Tints of Turquoise Blue #5BCBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.57%

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

R = 17.74%
G = 39.57%
B = 42.69%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5BCBDB (or 0x5BCBDB) is known color: Turquoise Blue. HEX triplet: 5B, CB and DB. RGB value is (91,203,219). Sum of RGB (Red+Green+Blue) = 91+203+219=513 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.74% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCBDB is #A43424. Grayscale: #ABABAB. Windows color (decimal): -10761253 or 14404443. OLE color: 14404443.

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

Color convert

RGB 91 203 219 -
CMYK 0.58 0.07 0 0.14
HSL 187.5º 0.64% 0.61% -
HSV(B) 187.5º 0.58% 0.86% -
XYZ 38.46 50.05 74.65 -
YUV 171.34 154.89 70.7 -
System Red Green Blue C M Y K H S L
Decimal 91 203 219 0.58 0.07 0 0.14 187.5 0.64 0.61
Hex 5B CB DB 3A 7 0 E BC 40 3D
Octal 133 313 333 72 7 0 16 274 100 75
Binary 1011011 11001011 11011011 111010 111 0 1110 10111100 1000000 111101

Color Harmonies of #5BCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCBDB

Black with #5BCBDB

Text Example


Text Example

White with #5BCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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