Html Css Color HEX #55EFEE Turquoise Blue

📋 copy color: '#55EFEE'

red 85 ◦ green 239 ◦ blue 238

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

Shades of Turquoise Blue #55EFEE

Tints of Turquoise Blue #55EFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.35%

R = 15.12%
G = 42.53%
B = 42.35%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#55EFEE (or 0x55EFEE) is known color: Turquoise Blue. HEX triplet: 55, EF and EE. RGB value is (85,239,238). Sum of RGB (Red+Green+Blue) = 85+239+238=562 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.12% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EFEE is #AA1011. Grayscale: #C0C0C0. Windows color (decimal): -11145234 or 15658837. OLE color: 15658837.

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

Color convert

RGB 85 239 238 -
CMYK 0.64 0 0.00 0.06
HSL 179.61º 0.83% 0.64% -
HSV(B) 179.61º 0.64% 0.94% -
XYZ 50.05 69.84 91.73 -
YUV 192.84 153.48 51.08 -
System Red Green Blue C M Y K H S L
Decimal 85 239 238 0.64 0 0.00 0.06 179.61 0.83 0.64
Hex 55 EF EE 40 0 0 6 B4 53 40
Octal 125 357 356 100 0 0 6 264 123 100
Binary 1010101 11101111 11101110 1000000 0 0 110 10110100 1010011 1000000

Color Harmonies of #55EFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EFEE

Black with #55EFEE

Text Example


Text Example

White with #55EFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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