Html Css Color HEX #55EFEC Turquoise Blue

📋 copy color: '#55EFEC'

red 85 ◦ green 239 ◦ blue 236

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

Shades of Turquoise Blue #55EFEC

Tints of Turquoise Blue #55EFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 15.18%
G = 42.68%
B = 42.14%

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

#55EFEC (or 0x55EFEC) is known color: Turquoise Blue. HEX triplet: 55, EF and EC. RGB value is (85,239,236). Sum of RGB (Red+Green+Blue) = 85+239+236=560 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.18% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EFEC is #AA1013. Grayscale: #C0C0C0. Windows color (decimal): -11145236 or 15527765. OLE color: 15527765.

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

Color convert

RGB 85 239 236 -
CMYK 0.64 0 0.01 0.06
HSL 178.83º 0.83% 0.64% -
HSV(B) 178.83º 0.64% 0.94% -
XYZ 49.75 69.72 90.19 -
YUV 192.61 152.48 51.24 -
System Red Green Blue C M Y K H S L
Decimal 85 239 236 0.64 0 0.01 0.06 178.83 0.83 0.64
Hex 55 EF EC 40 0 1 6 B3 53 40
Octal 125 357 354 100 0 1 6 263 123 100
Binary 1010101 11101111 11101100 1000000 0 1 110 10110011 1010011 1000000

Color Harmonies of #55EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EFEC

Black with #55EFEC

Text Example


Text Example

White with #55EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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