Html Css Color HEX #55FBDF Turquoise

📋 copy color: '#55FBDF'

red 85 ◦ green 251 ◦ blue 223

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

Shades of Turquoise #55FBDF

Tints of Turquoise #55FBDF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.9%

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 15.21%
G = 44.9%
B = 39.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#55FBDF (or 0x55FBDF) is known color: Turquoise. HEX triplet: 55, FB and DF. RGB value is (85,251,223). Sum of RGB (Red+Green+Blue) = 85+251+223=559 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.21% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #55FBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FBDF is #AA0420. Grayscale: #C6C6C6. Windows color (decimal): -11142177 or 14678869. OLE color: 14678869.

HSL color Cylindrical-coordinate representation of color #55FBDF: hue angle of 169.88º degrees, saturation: 0.95, 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 #55FBDF is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 251 223 -
CMYK 0.66 0 0.11 0.02
HSL 169.88º 0.95% 0.66% -
HSV(B) 169.88º 0.66% 0.98% -
XYZ 51.56 76.25 81.81 -
YUV 198.17 142 47.28 -
System Red Green Blue C M Y K H S L
Decimal 85 251 223 0.66 0 0.11 0.02 169.88 0.95 0.66
Hex 55 FB DF 42 0 B 2 AA 5F 42
Octal 125 373 337 102 0 13 2 252 137 102
Binary 1010101 11111011 11011111 1000010 0 1011 10 10101010 1011111 1000010

Color Harmonies of #55FBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FBDF

Black with #55FBDF

Text Example


Text Example

White with #55FBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,251,223); }

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

background-color css

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

 a { background-color: rgb(85,251,223); }

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

border-color css

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

 span { border-color: rgb(85,251,223); }

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