Html Css Color HEX #5DCBDB Turquoise Blue

📋 copy color: '#5DCBDB'

red 93 ◦ green 203 ◦ blue 219

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

Shades of Turquoise Blue #5DCBDB

Tints of Turquoise Blue #5DCBDB

RGB

 RED value IS 93 (36.72% from 255) = 18.06%

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

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

R = 18.06%
G = 39.42%
B = 42.52%

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

#5DCBDB (or 0x5DCBDB) is known color: Turquoise Blue. HEX triplet: 5D, CB and DB. RGB value is (93,203,219). Sum of RGB (Red+Green+Blue) = 93+203+219=515 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.06% from 515); Green value is 203 (79.69% from 255 or 39.42% 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 #5DCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCBDB is #A23424. Grayscale: #ABABAB. Windows color (decimal): -10630181 or 14404445. OLE color: 14404445.

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

Color convert

RGB 93 203 219 -
CMYK 0.58 0.07 0 0.14
HSL 187.62º 0.64% 0.61% -
HSV(B) 187.62º 0.58% 0.86% -
XYZ 38.66 50.15 74.66 -
YUV 171.93 154.56 71.7 -
System Red Green Blue C M Y K H S L
Decimal 93 203 219 0.58 0.07 0 0.14 187.62 0.64 0.61
Hex 5D CB DB 3A 7 0 E BC 40 3D
Octal 135 313 333 72 7 0 16 274 100 75
Binary 1011101 11001011 11011011 111010 111 0 1110 10111100 1000000 111101

Color Harmonies of #5DCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCBDB

Black with #5DCBDB

Text Example


Text Example

White with #5DCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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