Html Css Color HEX #5DF0DE Turquoise Blue

📋 copy color: '#5DF0DE'

red 93 ◦ green 240 ◦ blue 222

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

Shades of Turquoise Blue #5DF0DE

Tints of Turquoise Blue #5DF0DE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.24%

 BLUE value IS 222 (87.11% from 255) = 40%

R = 16.76%
G = 43.24%
B = 40%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#5DF0DE (or 0x5DF0DE) is known color: Turquoise Blue. HEX triplet: 5D, F0 and DE. RGB value is (93,240,222). Sum of RGB (Red+Green+Blue) = 93+240+222=555 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.76% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF0DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF0DE is #A20F21. Grayscale: #C1C1C1. Windows color (decimal): -10620706 or 14610525. OLE color: 14610525.

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

Color convert

RGB 93 240 222 -
CMYK 0.61 0 0.08 0.06
HSL 172.65º 0.83% 0.65% -
HSV(B) 172.65º 0.61% 0.94% -
XYZ 48.86 69.92 80.03 -
YUV 194 143.8 55.96 -
System Red Green Blue C M Y K H S L
Decimal 93 240 222 0.61 0 0.08 0.06 172.65 0.83 0.65
Hex 5D F0 DE 3D 0 8 6 AD 53 41
Octal 135 360 336 75 0 10 6 255 123 101
Binary 1011101 11110000 11011110 111101 0 1000 110 10101101 1010011 1000001

Color Harmonies of #5DF0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF0DE

Black with #5DF0DE

Text Example


Text Example

White with #5DF0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,240,222); }

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

background-color css

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

 a { background-color: rgb(93,240,222); }

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

border-color css

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

 span { border-color: rgb(93,240,222); }

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