Html Css Color HEX #55EBC3 Turquoise

📋 copy color: '#55EBC3'

red 85 ◦ green 235 ◦ blue 195

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

Shades of Turquoise #55EBC3

Tints of Turquoise #55EBC3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.63%

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 16.5%
G = 45.63%
B = 37.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#55EBC3 (or 0x55EBC3) is known color: Turquoise. HEX triplet: 55, EB and C3. RGB value is (85,235,195). Sum of RGB (Red+Green+Blue) = 85+235+195=515 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.50% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #55EBC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EBC3 is #AA143C. Grayscale: #B9B9B9. Windows color (decimal): -11146301 or 12839765. OLE color: 12839765.

HSL color Cylindrical-coordinate representation of color #55EBC3: hue angle of 164º degrees, saturation: 0.79, 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 #55EBC3 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 235 195 -
CMYK 0.64 0 0.17 0.08
HSL 164º 0.79% 0.63% -
HSV(B) 164º 0.64% 0.92% -
XYZ 43.3 65.29 61.95 -
YUV 185.59 133.31 56.25 -
System Red Green Blue C M Y K H S L
Decimal 85 235 195 0.64 0 0.17 0.08 164 0.79 0.63
Hex 55 EB C3 40 0 11 8 A4 4F 3F
Octal 125 353 303 100 0 21 10 244 117 77
Binary 1010101 11101011 11000011 1000000 0 10001 1000 10100100 1001111 111111

Color Harmonies of #55EBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EBC3

Black with #55EBC3

Text Example


Text Example

White with #55EBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,235,195); }

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

background-color css

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

 a { background-color: rgb(85,235,195); }

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

border-color css

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

 span { border-color: rgb(85,235,195); }

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