Html Css Color HEX #11E3FB Bright Turquoise

📋 copy color: '#11E3FB'

red 17 ◦ green 227 ◦ blue 251

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

Shades of Bright Turquoise #11E3FB

Tints of Bright Turquoise #11E3FB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.86%

 BLUE value IS 251 (98.44% from 255) = 50.71%

R = 3.43%
G = 45.86%
B = 50.71%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11E3FB (or 0x11E3FB) is known color: Bright Turquoise. HEX triplet: 11, E3 and FB. RGB value is (17,227,251). Sum of RGB (Red+Green+Blue) = 17+227+251=495 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #11E3FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11E3FB is #EE1C04. Grayscale: #A6A6A6. Windows color (decimal): -15604741 or 16507665. OLE color: 16507665.

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

Color convert

RGB 17 227 251 -
CMYK 0.93 0.10 0 0.02
HSL 186.15º 0.97% 0.53% -
HSV(B) 186.15º 0.93% 0.98% -
XYZ 45.11 62.02 100.86 -
YUV 166.95 175.43 21.05 -
System Red Green Blue C M Y K H S L
Decimal 17 227 251 0.93 0.10 0 0.02 186.15 0.97 0.53
Hex 11 E3 FB 5D A 0 2 BA 61 35
Octal 21 343 373 135 12 0 2 272 141 65
Binary 10001 11100011 11111011 1011101 1010 0 10 10111010 1100001 110101

Color Harmonies of #11E3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E3FB

Black with #11E3FB

Text Example


Text Example

White with #11E3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,227,251); }

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

background-color css

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

 a { background-color: rgb(17,227,251); }

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

border-color css

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

 span { border-color: rgb(17,227,251); }

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