Html Css Color HEX #55FCCD Turquoise

📋 copy color: '#55FCCD'

red 85 ◦ green 252 ◦ blue 205

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

Shades of Turquoise #55FCCD

Tints of Turquoise #55FCCD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.49%

 BLUE value IS 205 (80.47% from 255) = 37.82%

R = 15.68%
G = 46.49%
B = 37.82%

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

#55FCCD (or 0x55FCCD) is known color: Turquoise. HEX triplet: 55, FC and CD. RGB value is (85,252,205). Sum of RGB (Red+Green+Blue) = 85+252+205=542 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.68% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FCCD is #AA0332. Grayscale: #C4C4C4. Windows color (decimal): -11141939 or 13499477. OLE color: 13499477.

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

Color convert

RGB 85 252 205 -
CMYK 0.66 0 0.19 0.01
HSL 163.11º 0.97% 0.66% -
HSV(B) 163.11º 0.66% 0.99% -
XYZ 49.58 75.96 69.81 -
YUV 196.71 132.67 48.32 -
System Red Green Blue C M Y K H S L
Decimal 85 252 205 0.66 0 0.19 0.01 163.11 0.97 0.66
Hex 55 FC CD 42 0 13 1 A3 61 42
Octal 125 374 315 102 0 23 1 243 141 102
Binary 1010101 11111100 11001101 1000010 0 10011 1 10100011 1100001 1000010

Color Harmonies of #55FCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FCCD

Black with #55FCCD

Text Example


Text Example

White with #55FCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,252,205); }

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

background-color css

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

 a { background-color: rgb(85,252,205); }

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

border-color css

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

 span { border-color: rgb(85,252,205); }

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