Html Css Color HEX #5DF1DD Turquoise Blue

📋 copy color: '#5DF1DD'

red 93 ◦ green 241 ◦ blue 221

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

Shades of Turquoise Blue #5DF1DD

Tints of Turquoise Blue #5DF1DD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.42%

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

R = 16.76%
G = 43.42%
B = 39.82%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#5DF1DD (or 0x5DF1DD) is known color: Turquoise Blue. HEX triplet: 5D, F1 and DD. RGB value is (93,241,221). Sum of RGB (Red+Green+Blue) = 93+241+221=555 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.76% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF1DD is #A20E22. Grayscale: #C2C2C2. Windows color (decimal): -10620451 or 14545245. OLE color: 14545245.

HSL color Cylindrical-coordinate representation of color #5DF1DD: hue angle of 171.89º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF1DD is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 241 221 -
CMYK 0.61 0 0.08 0.05
HSL 171.89º 0.84% 0.65% -
HSV(B) 171.89º 0.61% 0.95% -
XYZ 49.02 70.46 79.42 -
YUV 194.47 142.97 55.63 -
System Red Green Blue C M Y K H S L
Decimal 93 241 221 0.61 0 0.08 0.05 171.89 0.84 0.65
Hex 5D F1 DD 3D 0 8 5 AC 54 41
Octal 135 361 335 75 0 10 5 254 124 101
Binary 1011101 11110001 11011101 111101 0 1000 101 10101100 1010100 1000001

Color Harmonies of #5DF1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF1DD

Black with #5DF1DD

Text Example


Text Example

White with #5DF1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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