Html Css Color HEX #5DF1E9 Turquoise Blue

📋 copy color: '#5DF1E9'

red 93 ◦ green 241 ◦ blue 233

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

Shades of Turquoise Blue #5DF1E9

Tints of Turquoise Blue #5DF1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.09%

R = 16.4%
G = 42.5%
B = 41.09%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#5DF1E9 (or 0x5DF1E9) is known color: Turquoise Blue. HEX triplet: 5D, F1 and E9. RGB value is (93,241,233). Sum of RGB (Red+Green+Blue) = 93+241+233=567 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.40% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DF1E9 is #A20E16. Grayscale: #C3C3C3. Windows color (decimal): -10620439 or 15331677. OLE color: 15331677.

HSL color Cylindrical-coordinate representation of color #5DF1E9: hue angle of 176.76º 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 #5DF1E9 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 241 233 -
CMYK 0.61 0 0.03 0.05
HSL 176.76º 0.84% 0.65% -
HSV(B) 176.76º 0.61% 0.95% -
XYZ 50.68 71.12 88.15 -
YUV 195.84 148.97 54.65 -
System Red Green Blue C M Y K H S L
Decimal 93 241 233 0.61 0 0.03 0.05 176.76 0.84 0.65
Hex 5D F1 E9 3D 0 3 5 B1 54 41
Octal 135 361 351 75 0 3 5 261 124 101
Binary 1011101 11110001 11101001 111101 0 11 101 10110001 1010100 1000001

Color Harmonies of #5DF1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF1E9

Black with #5DF1E9

Text Example


Text Example

White with #5DF1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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