Html Css Color HEX #55EDD5 Turquoise

📋 copy color: '#55EDD5'

red 85 ◦ green 237 ◦ blue 213

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

Shades of Turquoise #55EDD5

Tints of Turquoise #55EDD5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.3%

 BLUE value IS 213 (83.59% from 255) = 39.81%

R = 15.89%
G = 44.3%
B = 39.81%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#55EDD5 (or 0x55EDD5) is known color: Turquoise. HEX triplet: 55, ED and D5. RGB value is (85,237,213). Sum of RGB (Red+Green+Blue) = 85+237+213=535 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.89% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #55EDD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EDD5 is #AA122A. Grayscale: #BCBCBC. Windows color (decimal): -11145771 or 14019925. OLE color: 14019925.

HSL color Cylindrical-coordinate representation of color #55EDD5: hue angle of 170.53º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EDD5 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 237 213 -
CMYK 0.64 0 0.10 0.07
HSL 170.53º 0.81% 0.63% -
HSV(B) 170.53º 0.64% 0.93% -
XYZ 46.04 67.3 73.52 -
YUV 188.82 141.64 53.95 -
System Red Green Blue C M Y K H S L
Decimal 85 237 213 0.64 0 0.10 0.07 170.53 0.81 0.63
Hex 55 ED D5 40 0 A 7 AB 51 3F
Octal 125 355 325 100 0 12 7 253 121 77
Binary 1010101 11101101 11010101 1000000 0 1010 111 10101011 1010001 111111

Color Harmonies of #55EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EDD5

Black with #55EDD5

Text Example


Text Example

White with #55EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,237,213); }

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

background-color css

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

 a { background-color: rgb(85,237,213); }

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

border-color css

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

 span { border-color: rgb(85,237,213); }

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