Html Css Color HEX #11EEF4 Bright Turquoise

📋 copy color: '#11EEF4'

red 17 ◦ green 238 ◦ blue 244

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

Shades of Bright Turquoise #11EEF4

Tints of Bright Turquoise #11EEF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.9%

R = 3.41%
G = 47.7%
B = 48.9%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#11EEF4 (or 0x11EEF4) is known color: Bright Turquoise. HEX triplet: 11, EE and F4. RGB value is (17,238,244). Sum of RGB (Red+Green+Blue) = 17+238+244=499 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.41% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 244 - color contains mainly: blue. Hex color #11EEF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EEF4 is #EE110B. Grayscale: #ACACAC. Windows color (decimal): -15601932 or 16051729. OLE color: 16051729.

HSL color Cylindrical-coordinate representation of color #11EEF4: hue angle of 181.59º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EEF4 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 17 238 244 -
CMYK 0.93 0.02 0 0.04
HSL 181.59º 0.91% 0.51% -
HSV(B) 181.59º 0.93% 0.96% -
XYZ 47.13 67.8 96.19 -
YUV 172.61 168.28 17.01 -
System Red Green Blue C M Y K H S L
Decimal 17 238 244 0.93 0.02 0 0.04 181.59 0.91 0.51
Hex 11 EE F4 5D 2 0 4 B6 5B 33
Octal 21 356 364 135 2 0 4 266 133 63
Binary 10001 11101110 11110100 1011101 10 0 100 10110110 1011011 110011

Color Harmonies of #11EEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EEF4

Black with #11EEF4

Text Example


Text Example

White with #11EEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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