Html Css Color HEX #5DDDEC Turquoise Blue

📋 copy color: '#5DDDEC'

red 93 ◦ green 221 ◦ blue 236

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

Shades of Turquoise Blue #5DDDEC

Tints of Turquoise Blue #5DDDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.18%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 16.91%
G = 40.18%
B = 42.91%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DDDEC (or 0x5DDDEC) is known color: Turquoise Blue. HEX triplet: 5D, DD and EC. RGB value is (93,221,236). Sum of RGB (Red+Green+Blue) = 93+221+236=550 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.91% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DDDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDDEC is #A22213. Grayscale: #B8B8B8. Windows color (decimal): -10625556 or 15523165. OLE color: 15523165.

HSL color Cylindrical-coordinate representation of color #5DDDEC: hue angle of 186.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DDDEC is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 221 236 -
CMYK 0.61 0.06 0 0.07
HSL 186.29º 0.79% 0.65% -
HSV(B) 186.29º 0.61% 0.93% -
XYZ 45.51 60.1 88.56 -
YUV 184.44 157.09 62.78 -
System Red Green Blue C M Y K H S L
Decimal 93 221 236 0.61 0.06 0 0.07 186.29 0.79 0.65
Hex 5D DD EC 3D 6 0 7 BA 4F 41
Octal 135 335 354 75 6 0 7 272 117 101
Binary 1011101 11011101 11101100 111101 110 0 111 10111010 1001111 1000001

Color Harmonies of #5DDDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDDEC

Black with #5DDDEC

Text Example


Text Example

White with #5DDDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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