Html Css Color HEX #55F0C6 Turquoise

📋 copy color: '#55F0C6'

red 85 ◦ green 240 ◦ blue 198

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

Shades of Turquoise #55F0C6

Tints of Turquoise #55F0C6

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.89%

 BLUE value IS 198 (77.73% from 255) = 37.86%

R = 16.25%
G = 45.89%
B = 37.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#55F0C6 (or 0x55F0C6) is known color: Turquoise. HEX triplet: 55, F0 and C6. RGB value is (85,240,198). Sum of RGB (Red+Green+Blue) = 85+240+198=523 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.25% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #55F0C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F0C6 is #AA0F39. Grayscale: #BCBCBC. Windows color (decimal): -11145018 or 13037653. OLE color: 13037653.

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

Color convert

RGB 85 240 198 -
CMYK 0.65 0 0.18 0.06
HSL 163.74º 0.84% 0.64% -
HSV(B) 163.74º 0.65% 0.94% -
XYZ 45.1 68.33 64.24 -
YUV 188.87 133.15 53.92 -
System Red Green Blue C M Y K H S L
Decimal 85 240 198 0.65 0 0.18 0.06 163.74 0.84 0.64
Hex 55 F0 C6 41 0 12 6 A4 54 40
Octal 125 360 306 101 0 22 6 244 124 100
Binary 1010101 11110000 11000110 1000001 0 10010 110 10100100 1010100 1000000

Color Harmonies of #55F0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F0C6

Black with #55F0C6

Text Example


Text Example

White with #55F0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,240,198); }

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

background-color css

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

 a { background-color: rgb(85,240,198); }

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

border-color css

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

 span { border-color: rgb(85,240,198); }

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