Html Css Color HEX #55EFE5 Turquoise

📋 copy color: '#55EFE5'

red 85 ◦ green 239 ◦ blue 229

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

Shades of Turquoise #55EFE5

Tints of Turquoise #55EFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.41%

R = 15.37%
G = 43.22%
B = 41.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#55EFE5 (or 0x55EFE5) is known color: Turquoise. HEX triplet: 55, EF and E5. RGB value is (85,239,229). Sum of RGB (Red+Green+Blue) = 85+239+229=553 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.37% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EFE5 is #AA101A. Grayscale: #BFBFBF. Windows color (decimal): -11145243 or 15069013. OLE color: 15069013.

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

Color convert

RGB 85 239 229 -
CMYK 0.64 0 0.04 0.06
HSL 176.1º 0.83% 0.64% -
HSV(B) 176.1º 0.64% 0.94% -
XYZ 48.76 69.32 84.94 -
YUV 191.81 148.98 51.81 -
System Red Green Blue C M Y K H S L
Decimal 85 239 229 0.64 0 0.04 0.06 176.1 0.83 0.64
Hex 55 EF E5 40 0 4 6 B0 53 40
Octal 125 357 345 100 0 4 6 260 123 100
Binary 1010101 11101111 11100101 1000000 0 100 110 10110000 1010011 1000000

Color Harmonies of #55EFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EFE5

Black with #55EFE5

Text Example


Text Example

White with #55EFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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