Html Css Color HEX #55F3C7 Turquoise

📋 copy color: '#55F3C7'

red 85 ◦ green 243 ◦ blue 199

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

Shades of Turquoise #55F3C7

Tints of Turquoise #55F3C7

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.11%

 BLUE value IS 199 (78.13% from 255) = 37.76%

R = 16.13%
G = 46.11%
B = 37.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#55F3C7 (or 0x55F3C7) is known color: Turquoise. HEX triplet: 55, F3 and C7. RGB value is (85,243,199). Sum of RGB (Red+Green+Blue) = 85+243+199=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #55F3C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F3C7 is #AA0C38. Grayscale: #BEBEBE. Windows color (decimal): -11144249 or 13103957. OLE color: 13103957.

HSL color Cylindrical-coordinate representation of color #55F3C7: hue angle of 163.29º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F3C7 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 243 199 -
CMYK 0.65 0 0.18 0.05
HSL 163.29º 0.87% 0.64% -
HSV(B) 163.29º 0.65% 0.95% -
XYZ 46.11 70.16 65.14 -
YUV 190.74 132.65 52.58 -
System Red Green Blue C M Y K H S L
Decimal 85 243 199 0.65 0 0.18 0.05 163.29 0.87 0.64
Hex 55 F3 C7 41 0 12 5 A3 57 40
Octal 125 363 307 101 0 22 5 243 127 100
Binary 1010101 11110011 11000111 1000001 0 10010 101 10100011 1010111 1000000

Color Harmonies of #55F3C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F3C7

Black with #55F3C7

Text Example


Text Example

White with #55F3C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,243,199); }

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

background-color css

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

 a { background-color: rgb(85,243,199); }

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

border-color css

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

 span { border-color: rgb(85,243,199); }

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