Html Css Color HEX #55EFED Turquoise Blue

📋 copy color: '#55EFED'

red 85 ◦ green 239 ◦ blue 237

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

Shades of Turquoise Blue #55EFED

Tints of Turquoise Blue #55EFED

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.6%

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 15.15%
G = 42.6%
B = 42.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#55EFED (or 0x55EFED) is known color: Turquoise Blue. HEX triplet: 55, EF and ED. RGB value is (85,239,237). Sum of RGB (Red+Green+Blue) = 85+239+237=561 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.15% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EFED is #AA1012. Grayscale: #C0C0C0. Windows color (decimal): -11145235 or 15593301. OLE color: 15593301.

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

Color convert

RGB 85 239 237 -
CMYK 0.64 0 0.01 0.06
HSL 179.22º 0.83% 0.64% -
HSV(B) 179.22º 0.64% 0.94% -
XYZ 49.9 69.78 90.96 -
YUV 192.73 152.98 51.16 -
System Red Green Blue C M Y K H S L
Decimal 85 239 237 0.64 0 0.01 0.06 179.22 0.83 0.64
Hex 55 EF ED 40 0 1 6 B3 53 40
Octal 125 357 355 100 0 1 6 263 123 100
Binary 1010101 11101111 11101101 1000000 0 1 110 10110011 1010011 1000000

Color Harmonies of #55EFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EFED

Black with #55EFED

Text Example


Text Example

White with #55EFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,239,237); }

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

background-color css

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

 a { background-color: rgb(85,239,237); }

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

border-color css

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

 span { border-color: rgb(85,239,237); }

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