Html Css Color HEX #11EEF1 Bright Turquoise

📋 copy color: '#11EEF1'

red 17 ◦ green 238 ◦ blue 241

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

Shades of Bright Turquoise #11EEF1

Tints of Bright Turquoise #11EEF1

RGB

 RED value IS 17 (7.03% from 255) = 3.43%

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

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

R = 3.43%
G = 47.98%
B = 48.59%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#11EEF1 (or 0x11EEF1) is known color: Bright Turquoise. HEX triplet: 11, EE and F1. RGB value is (17,238,241). Sum of RGB (Red+Green+Blue) = 17+238+241=496 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #11EEF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EEF1 is #EE110E. Grayscale: #ACACAC. Windows color (decimal): -15601935 or 15855121. OLE color: 15855121.

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

Color convert

RGB 17 238 241 -
CMYK 0.93 0.01 0 0.05
HSL 180.8º 0.89% 0.51% -
HSV(B) 180.8º 0.93% 0.95% -
XYZ 46.68 67.62 93.81 -
YUV 172.26 166.78 17.26 -
System Red Green Blue C M Y K H S L
Decimal 17 238 241 0.93 0.01 0 0.05 180.8 0.89 0.51
Hex 11 EE F1 5D 1 0 5 B5 59 33
Octal 21 356 361 135 1 0 5 265 131 63
Binary 10001 11101110 11110001 1011101 1 0 101 10110101 1011001 110011

Color Harmonies of #11EEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EEF1

Black with #11EEF1

Text Example


Text Example

White with #11EEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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