Html Css Color HEX #11E5FA Bright Turquoise

📋 copy color: '#11E5FA'

red 17 ◦ green 229 ◦ blue 250

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

Shades of Bright Turquoise #11E5FA

Tints of Bright Turquoise #11E5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.17%

 BLUE value IS 250 (98.05% from 255) = 50.4%

R = 3.43%
G = 46.17%
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

#11E5FA (or 0x11E5FA) is known color: Bright Turquoise. HEX triplet: 11, E5 and FA. RGB value is (17,229,250). Sum of RGB (Red+Green+Blue) = 17+229+250=496 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #11E5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11E5FA is #EE1A05. Grayscale: #A7A7A7. Windows color (decimal): -15604230 or 16442641. OLE color: 16442641.

HSL color Cylindrical-coordinate representation of color #11E5FA: hue angle of 185.41º degrees, saturation: 0.96, 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 #11E5FA is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 229 250 -
CMYK 0.93 0.08 0 0.02
HSL 185.41º 0.96% 0.52% -
HSV(B) 185.41º 0.93% 0.98% -
XYZ 45.51 63.06 100.22 -
YUV 168.01 174.26 20.29 -
System Red Green Blue C M Y K H S L
Decimal 17 229 250 0.93 0.08 0 0.02 185.41 0.96 0.52
Hex 11 E5 FA 5D 8 0 2 B9 60 34
Octal 21 345 372 135 10 0 2 271 140 64
Binary 10001 11100101 11111010 1011101 1000 0 10 10111001 1100000 110100

Color Harmonies of #11E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E5FA

Black with #11E5FA

Text Example


Text Example

White with #11E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,229,250); }

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

background-color css

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

 a { background-color: rgb(17,229,250); }

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

border-color css

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

 span { border-color: rgb(17,229,250); }

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