Html Css Color HEX #55EEF1 Turquoise Blue

📋 copy color: '#55EEF1'

red 85 ◦ green 238 ◦ blue 241

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

Shades of Turquoise Blue #55EEF1

Tints of Turquoise Blue #55EEF1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.2%

 BLUE value IS 241 (94.53% from 255) = 42.73%

R = 15.07%
G = 42.2%
B = 42.73%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#55EEF1 (or 0x55EEF1) is known color: Turquoise Blue. HEX triplet: 55, EE and F1. RGB value is (85,238,241). Sum of RGB (Red+Green+Blue) = 85+238+241=564 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.07% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #55EEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EEF1 is #AA110E. Grayscale: #C0C0C0. Windows color (decimal): -11145487 or 15855189. OLE color: 15855189.

HSL color Cylindrical-coordinate representation of color #55EEF1: hue angle of 181.15º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55EEF1 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 238 241 -
CMYK 0.65 0.01 0 0.05
HSL 181.15º 0.85% 0.64% -
HSV(B) 181.15º 0.65% 0.95% -
XYZ 50.2 69.43 93.97 -
YUV 192.6 155.31 51.26 -
System Red Green Blue C M Y K H S L
Decimal 85 238 241 0.65 0.01 0 0.05 181.15 0.85 0.64
Hex 55 EE F1 41 1 0 5 B5 55 40
Octal 125 356 361 101 1 0 5 265 125 100
Binary 1010101 11101110 11110001 1000001 1 0 101 10110101 1010101 1000000

Color Harmonies of #55EEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EEF1

Black with #55EEF1

Text Example


Text Example

White with #55EEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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