Html Css Color HEX #55F3D2 Turquoise

📋 copy color: '#55F3D2'

red 85 ◦ green 243 ◦ blue 210

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

Shades of Turquoise #55F3D2

Tints of Turquoise #55F3D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.03%

R = 15.8%
G = 45.17%
B = 39.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#55F3D2 (or 0x55F3D2) is known color: Turquoise. HEX triplet: 55, F3 and D2. RGB value is (85,243,210). Sum of RGB (Red+Green+Blue) = 85+243+210=538 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.80% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #55F3D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F3D2 is #AA0C2D. Grayscale: #BFBFBF. Windows color (decimal): -11144238 or 13824853. OLE color: 13824853.

HSL color Cylindrical-coordinate representation of color #55F3D2: hue angle of 167.47º 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 #55F3D2 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 243 210 -
CMYK 0.65 0 0.14 0.05
HSL 167.47º 0.87% 0.64% -
HSV(B) 167.47º 0.65% 0.95% -
XYZ 47.43 70.69 72.12 -
YUV 192 138.15 51.68 -
System Red Green Blue C M Y K H S L
Decimal 85 243 210 0.65 0 0.14 0.05 167.47 0.87 0.64
Hex 55 F3 D2 41 0 E 5 A7 57 40
Octal 125 363 322 101 0 16 5 247 127 100
Binary 1010101 11110011 11010010 1000001 0 1110 101 10100111 1010111 1000000

Color Harmonies of #55F3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F3D2

Black with #55F3D2

Text Example


Text Example

White with #55F3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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