Html Css Color HEX #5DC9DB Turquoise Blue

📋 copy color: '#5DC9DB'

red 93 ◦ green 201 ◦ blue 219

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

Shades of Turquoise Blue #5DC9DB

Tints of Turquoise Blue #5DC9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.18%

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

R = 18.13%
G = 39.18%
B = 42.69%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5DC9DB (or 0x5DC9DB) is known color: Turquoise Blue. HEX triplet: 5D, C9 and DB. RGB value is (93,201,219). Sum of RGB (Red+Green+Blue) = 93+201+219=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 201 (78.91% from 255 or 39.18% 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 #5DC9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC9DB is #A23624. Grayscale: #AAAAAA. Windows color (decimal): -10630693 or 14403933. OLE color: 14403933.

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

Color convert

RGB 93 201 219 -
CMYK 0.58 0.08 0 0.14
HSL 188.57º 0.64% 0.61% -
HSV(B) 188.57º 0.58% 0.86% -
XYZ 38.19 49.21 74.5 -
YUV 170.76 155.22 72.54 -
System Red Green Blue C M Y K H S L
Decimal 93 201 219 0.58 0.08 0 0.14 188.57 0.64 0.61
Hex 5D C9 DB 3A 8 0 E BD 40 3D
Octal 135 311 333 72 10 0 16 275 100 75
Binary 1011101 11001001 11011011 111010 1000 0 1110 10111101 1000000 111101

Color Harmonies of #5DC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC9DB

Black with #5DC9DB

Text Example


Text Example

White with #5DC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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