Html Css Color HEX #5DCCDD Turquoise Blue

📋 copy color: '#5DCCDD'

red 93 ◦ green 204 ◦ blue 221

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

Shades of Turquoise Blue #5DCCDD

Tints of Turquoise Blue #5DCCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.38%

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 17.95%
G = 39.38%
B = 42.66%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DCCDD (or 0x5DCCDD) is known color: Turquoise Blue. HEX triplet: 5D, CC and DD. RGB value is (93,204,221). Sum of RGB (Red+Green+Blue) = 93+204+221=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DCCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCCDD is #A23322. Grayscale: #ACACAC. Windows color (decimal): -10629923 or 14535773. OLE color: 14535773.

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

Color convert

RGB 93 204 221 -
CMYK 0.58 0.08 0 0.13
HSL 187.97º 0.65% 0.62% -
HSV(B) 187.97º 0.58% 0.87% -
XYZ 39.16 50.73 76.14 -
YUV 172.75 155.23 71.12 -
System Red Green Blue C M Y K H S L
Decimal 93 204 221 0.58 0.08 0 0.13 187.97 0.65 0.62
Hex 5D CC DD 3A 8 0 D BC 41 3E
Octal 135 314 335 72 10 0 15 274 101 76
Binary 1011101 11001100 11011101 111010 1000 0 1101 10111100 1000001 111110

Color Harmonies of #5DCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCCDD

Black with #5DCCDD

Text Example


Text Example

White with #5DCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,204,221); }

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

background-color css

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

 a { background-color: rgb(93,204,221); }

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

border-color css

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

 span { border-color: rgb(93,204,221); }

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