Html Css Color HEX #5DCEDB Turquoise Blue

📋 copy color: '#5DCEDB'

red 93 ◦ green 206 ◦ blue 219

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

Shades of Turquoise Blue #5DCEDB

Tints of Turquoise Blue #5DCEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.77%

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

R = 17.95%
G = 39.77%
B = 42.28%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5DCEDB (or 0x5DCEDB) is known color: Turquoise Blue. HEX triplet: 5D, CE and DB. RGB value is (93,206,219). Sum of RGB (Red+Green+Blue) = 93+206+219=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #5DCEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCEDB is #A23124. Grayscale: #ADADAD. Windows color (decimal): -10629413 or 14405213. OLE color: 14405213.

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

Color convert

RGB 93 206 219 -
CMYK 0.58 0.06 0 0.14
HSL 186.19º 0.64% 0.61% -
HSV(B) 186.19º 0.58% 0.86% -
XYZ 39.37 51.58 74.9 -
YUV 173.7 153.56 70.44 -
System Red Green Blue C M Y K H S L
Decimal 93 206 219 0.58 0.06 0 0.14 186.19 0.64 0.61
Hex 5D CE DB 3A 6 0 E BA 40 3D
Octal 135 316 333 72 6 0 16 272 100 75
Binary 1011101 11001110 11011011 111010 110 0 1110 10111010 1000000 111101

Color Harmonies of #5DCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCEDB

Black with #5DCEDB

Text Example


Text Example

White with #5DCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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