Html Css Color HEX #11E4F9 Bright Turquoise

📋 copy color: '#11E4F9'

red 17 ◦ green 228 ◦ blue 249

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

Shades of Bright Turquoise #11E4F9

Tints of Bright Turquoise #11E4F9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.15%

 BLUE value IS 249 (97.66% from 255) = 50.4%

R = 3.44%
G = 46.15%
B = 50.4%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11E4F9 (or 0x11E4F9) is known color: Bright Turquoise. HEX triplet: 11, E4 and F9. RGB value is (17,228,249). Sum of RGB (Red+Green+Blue) = 17+228+249=494 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.44% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #11E4F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11E4F9 is #EE1B06. Grayscale: #A7A7A7. Windows color (decimal): -15604487 or 16376849. OLE color: 16376849.

HSL color Cylindrical-coordinate representation of color #11E4F9: hue angle of 185.43º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E4F9 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 228 249 -
CMYK 0.93 0.08 0 0.02
HSL 185.43º 0.95% 0.52% -
HSV(B) 185.43º 0.93% 0.98% -
XYZ 45.07 62.45 99.3 -
YUV 167.31 174.1 20.79 -
System Red Green Blue C M Y K H S L
Decimal 17 228 249 0.93 0.08 0 0.02 185.43 0.95 0.52
Hex 11 E4 F9 5D 8 0 2 B9 5F 34
Octal 21 344 371 135 10 0 2 271 137 64
Binary 10001 11100100 11111001 1011101 1000 0 10 10111001 1011111 110100

Color Harmonies of #11E4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E4F9

Black with #11E4F9

Text Example


Text Example

White with #11E4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,228,249); }

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

background-color css

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

 a { background-color: rgb(17,228,249); }

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

border-color css

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

 span { border-color: rgb(17,228,249); }

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