Html Css Color HEX #55FADB Turquoise

📋 copy color: '#55FADB'

red 85 ◦ green 250 ◦ blue 219

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

Shades of Turquoise #55FADB

Tints of Turquoise #55FADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.13%

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 15.34%
G = 45.13%
B = 39.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#55FADB (or 0x55FADB) is known color: Turquoise. HEX triplet: 55, FA and DB. RGB value is (85,250,219). Sum of RGB (Red+Green+Blue) = 85+250+219=554 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.34% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #55FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FADB is #AA0524. Grayscale: #C5C5C5. Windows color (decimal): -11142437 or 14416469. OLE color: 14416469.

HSL color Cylindrical-coordinate representation of color #55FADB: hue angle of 168.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FADB is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 250 219 -
CMYK 0.66 0 0.12 0.02
HSL 168.73º 0.94% 0.66% -
HSV(B) 168.73º 0.66% 0.98% -
XYZ 50.72 75.42 78.9 -
YUV 197.13 140.34 48.02 -
System Red Green Blue C M Y K H S L
Decimal 85 250 219 0.66 0 0.12 0.02 168.73 0.94 0.66
Hex 55 FA DB 42 0 C 2 A9 5E 42
Octal 125 372 333 102 0 14 2 251 136 102
Binary 1010101 11111010 11011011 1000010 0 1100 10 10101001 1011110 1000010

Color Harmonies of #55FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FADB

Black with #55FADB

Text Example


Text Example

White with #55FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,250,219); }

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

background-color css

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

 a { background-color: rgb(85,250,219); }

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

border-color css

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

 span { border-color: rgb(85,250,219); }

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