Html Css Color HEX #5DDDDF Turquoise Blue

📋 copy color: '#5DDDDF'

red 93 ◦ green 221 ◦ blue 223

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

Shades of Turquoise Blue #5DDDDF

Tints of Turquoise Blue #5DDDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 17.32%
G = 41.15%
B = 41.53%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DDDDF (or 0x5DDDDF) is known color: Turquoise Blue. HEX triplet: 5D, DD and DF. RGB value is (93,221,223). Sum of RGB (Red+Green+Blue) = 93+221+223=537 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.32% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #5DDDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDDDF is #A22220. Grayscale: #B6B6B6. Windows color (decimal): -10625569 or 14671197. OLE color: 14671197.

HSL color Cylindrical-coordinate representation of color #5DDDDF: hue angle of 180.92º degrees, saturation: 0.67, 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 #5DDDDF is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 221 223 -
CMYK 0.58 0.01 0 0.13
HSL 180.92º 0.67% 0.62% -
HSV(B) 180.92º 0.58% 0.87% -
XYZ 43.69 59.37 78.97 -
YUV 182.96 150.59 63.84 -
System Red Green Blue C M Y K H S L
Decimal 93 221 223 0.58 0.01 0 0.13 180.92 0.67 0.62
Hex 5D DD DF 3A 1 0 D B5 43 3E
Octal 135 335 337 72 1 0 15 265 103 76
Binary 1011101 11011101 11011111 111010 1 0 1101 10110101 1000011 111110

Color Harmonies of #5DDDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDDDF

Black with #5DDDDF

Text Example


Text Example

White with #5DDDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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