Html Css Color HEX #55EACE Turquoise

📋 copy color: '#55EACE'

red 85 ◦ green 234 ◦ blue 206

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

Shades of Turquoise #55EACE

Tints of Turquoise #55EACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.57%

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 16.19%
G = 44.57%
B = 39.24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#55EACE (or 0x55EACE) is known color: Turquoise. HEX triplet: 55, EA and CE. RGB value is (85,234,206). Sum of RGB (Red+Green+Blue) = 85+234+206=525 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.19% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #55EACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EACE is #AA1531. Grayscale: #BABABA. Windows color (decimal): -11146546 or 13560405. OLE color: 13560405.

HSL color Cylindrical-coordinate representation of color #55EACE: hue angle of 168.72º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EACE is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 234 206 -
CMYK 0.64 0 0.12 0.08
HSL 168.72º 0.78% 0.63% -
HSV(B) 168.72º 0.64% 0.92% -
XYZ 44.31 65.23 68.65 -
YUV 186.26 139.14 55.78 -
System Red Green Blue C M Y K H S L
Decimal 85 234 206 0.64 0 0.12 0.08 168.72 0.78 0.63
Hex 55 EA CE 40 0 C 8 A9 4E 3F
Octal 125 352 316 100 0 14 10 251 116 77
Binary 1010101 11101010 11001110 1000000 0 1100 1000 10101001 1001110 111111

Color Harmonies of #55EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EACE

Black with #55EACE

Text Example


Text Example

White with #55EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,234,206); }

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

background-color css

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

 a { background-color: rgb(85,234,206); }

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

border-color css

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

 span { border-color: rgb(85,234,206); }

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