Html Css Color HEX #5BDCDF Turquoise Blue

📋 copy color: '#5BDCDF'

red 91 ◦ green 220 ◦ blue 223

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

Shades of Turquoise Blue #5BDCDF

Tints of Turquoise Blue #5BDCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 17.04%
G = 41.2%
B = 41.76%

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

#5BDCDF (or 0x5BDCDF) is known color: Turquoise Blue. HEX triplet: 5B, DC and DF. RGB value is (91,220,223). Sum of RGB (Red+Green+Blue) = 91+220+223=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #5BDCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDCDF is #A42320. Grayscale: #B5B5B5. Windows color (decimal): -10756897 or 14670939. OLE color: 14670939.

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

Color convert

RGB 91 220 223 -
CMYK 0.59 0.01 0 0.13
HSL 181.36º 0.67% 0.62% -
HSV(B) 181.36º 0.59% 0.87% -
XYZ 43.23 58.74 78.87 -
YUV 181.77 151.26 63.26 -
System Red Green Blue C M Y K H S L
Decimal 91 220 223 0.59 0.01 0 0.13 181.36 0.67 0.62
Hex 5B DC DF 3B 1 0 D B5 43 3E
Octal 133 334 337 73 1 0 15 265 103 76
Binary 1011011 11011100 11011111 111011 1 0 1101 10110101 1000011 111110

Color Harmonies of #5BDCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDCDF

Black with #5BDCDF

Text Example


Text Example

White with #5BDCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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