Html Css Color HEX #55F0EB Turquoise Blue

📋 copy color: '#55F0EB'

red 85 ◦ green 240 ◦ blue 235

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

Shades of Turquoise Blue #55F0EB

Tints of Turquoise Blue #55F0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 15.18%
G = 42.86%
B = 41.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#55F0EB (or 0x55F0EB) is known color: Turquoise Blue. HEX triplet: 55, F0 and EB. RGB value is (85,240,235). Sum of RGB (Red+Green+Blue) = 85+240+235=560 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.18% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #55F0EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F0EB is #AA0F14. Grayscale: #C0C0C0. Windows color (decimal): -11144981 or 15462485. OLE color: 15462485.

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

Color convert

RGB 85 240 235 -
CMYK 0.65 0 0.02 0.06
HSL 178.06º 0.84% 0.64% -
HSV(B) 178.06º 0.65% 0.94% -
XYZ 49.9 70.25 89.53 -
YUV 193.09 151.65 50.91 -
System Red Green Blue C M Y K H S L
Decimal 85 240 235 0.65 0 0.02 0.06 178.06 0.84 0.64
Hex 55 F0 EB 41 0 2 6 B2 54 40
Octal 125 360 353 101 0 2 6 262 124 100
Binary 1010101 11110000 11101011 1000001 0 10 110 10110010 1010100 1000000

Color Harmonies of #55F0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F0EB

Black with #55F0EB

Text Example


Text Example

White with #55F0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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