Html Css Color HEX #55F0DE Turquoise

📋 copy color: '#55F0DE'

red 85 ◦ green 240 ◦ blue 222

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

Shades of Turquoise #55F0DE

Tints of Turquoise #55F0DE

RGB

 RED value IS 85 (33.59% from 255) = 15.54%

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

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

R = 15.54%
G = 43.88%
B = 40.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#55F0DE (or 0x55F0DE) is known color: Turquoise. HEX triplet: 55, F0 and DE. RGB value is (85,240,222). Sum of RGB (Red+Green+Blue) = 85+240+222=547 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.54% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #55F0DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F0DE is #AA0F21. Grayscale: #BFBFBF. Windows color (decimal): -11144994 or 14610517. OLE color: 14610517.

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

Color convert

RGB 85 240 222 -
CMYK 0.65 0 0.08 0.06
HSL 173.03º 0.84% 0.64% -
HSV(B) 173.03º 0.65% 0.94% -
XYZ 48.09 69.53 79.99 -
YUV 191.6 145.15 51.96 -
System Red Green Blue C M Y K H S L
Decimal 85 240 222 0.65 0 0.08 0.06 173.03 0.84 0.64
Hex 55 F0 DE 41 0 8 6 AD 54 40
Octal 125 360 336 101 0 10 6 255 124 100
Binary 1010101 11110000 11011110 1000001 0 1000 110 10101101 1010100 1000000

Color Harmonies of #55F0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F0DE

Black with #55F0DE

Text Example


Text Example

White with #55F0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55F0DE; }

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

 H1.HeaderClassName
 {
   color: #55F0DE;
 }
 .AnyTagClassName
 {
   color: #55F0DE;
 }
</style>

background-color css

<style>
 a { background-color: #55F0DE; }

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

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

border-color css

<style>
 span { border-color: #55F0DE; }

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

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