Html Css Color HEX #55FDCE Turquoise

📋 copy color: '#55FDCE'

red 85 ◦ green 253 ◦ blue 206

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

Shades of Turquoise #55FDCE

Tints of Turquoise #55FDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.51%

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

R = 15.63%
G = 46.51%
B = 37.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#55FDCE (or 0x55FDCE) is known color: Turquoise. HEX triplet: 55, FD and CE. RGB value is (85,253,206). Sum of RGB (Red+Green+Blue) = 85+253+206=544 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.62% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FDCE is #AA0231. Grayscale: #C5C5C5. Windows color (decimal): -11141682 or 13565269. OLE color: 13565269.

HSL color Cylindrical-coordinate representation of color #55FDCE: hue angle of 163.21º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FDCE is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 253 206 -
CMYK 0.66 0 0.19 0.01
HSL 163.21º 0.98% 0.66% -
HSV(B) 163.21º 0.66% 0.99% -
XYZ 50.01 76.64 70.55 -
YUV 197.41 132.84 47.82 -
System Red Green Blue C M Y K H S L
Decimal 85 253 206 0.66 0 0.19 0.01 163.21 0.98 0.66
Hex 55 FD CE 42 0 13 1 A3 62 42
Octal 125 375 316 102 0 23 1 243 142 102
Binary 1010101 11111101 11001110 1000010 0 10011 1 10100011 1100010 1000010

Color Harmonies of #55FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FDCE

Black with #55FDCE

Text Example


Text Example

White with #55FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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