Html Css Color HEX #11FAE5 Bright Turquoise

📋 copy color: '#11FAE5'

red 17 ◦ green 250 ◦ blue 229

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

Shades of Bright Turquoise #11FAE5

Tints of Bright Turquoise #11FAE5

RGB

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

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

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

R = 3.43%
G = 50.4%
B = 46.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#11FAE5 (or 0x11FAE5) is known color: Bright Turquoise. HEX triplet: 11, FA and E5. RGB value is (17,250,229). Sum of RGB (Red+Green+Blue) = 17+250+229=496 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #11FAE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FAE5 is #EE051A. Grayscale: #B1B1B1. Windows color (decimal): -15598875 or 15071761. OLE color: 15071761.

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

Color convert

RGB 17 250 229 -
CMYK 0.93 0 0.08 0.02
HSL 174.59º 0.96% 0.52% -
HSV(B) 174.59º 0.93% 0.98% -
XYZ 48.56 74.15 85.88 -
YUV 177.94 156.81 13.21 -
System Red Green Blue C M Y K H S L
Decimal 17 250 229 0.93 0 0.08 0.02 174.59 0.96 0.52
Hex 11 FA E5 5D 0 8 2 AF 60 34
Octal 21 372 345 135 0 10 2 257 140 64
Binary 10001 11111010 11100101 1011101 0 1000 10 10101111 1100000 110100

Color Harmonies of #11FAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FAE5

Black with #11FAE5

Text Example


Text Example

White with #11FAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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