Html Css Color HEX #55FDCC Turquoise

📋 copy color: '#55FDCC'

red 85 ◦ green 253 ◦ blue 204

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

Shades of Turquoise #55FDCC

Tints of Turquoise #55FDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.64%

R = 15.68%
G = 46.68%
B = 37.64%

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

#55FDCC (or 0x55FDCC) is known color: Turquoise. HEX triplet: 55, FD and CC. RGB value is (85,253,204). Sum of RGB (Red+Green+Blue) = 85+253+204=542 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.68% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FDCC is #AA0233. Grayscale: #C5C5C5. Windows color (decimal): -11141684 or 13434197. OLE color: 13434197.

HSL color Cylindrical-coordinate representation of color #55FDCC: hue angle of 162.5º 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 #55FDCC is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 253 204 -
CMYK 0.66 0 0.19 0.01
HSL 162.5º 0.98% 0.66% -
HSV(B) 162.5º 0.66% 0.99% -
XYZ 49.77 76.54 69.28 -
YUV 197.18 131.84 47.98 -
System Red Green Blue C M Y K H S L
Decimal 85 253 204 0.66 0 0.19 0.01 162.5 0.98 0.66
Hex 55 FD CC 42 0 13 1 A2 62 42
Octal 125 375 314 102 0 23 1 242 142 102
Binary 1010101 11111101 11001100 1000010 0 10011 1 10100010 1100010 1000010

Color Harmonies of #55FDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FDCC

Black with #55FDCC

Text Example


Text Example

White with #55FDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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