Html Css Color HEX #11F1E7 Bright Turquoise

📋 copy color: '#11F1E7'

red 17 ◦ green 241 ◦ blue 231

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

Shades of Bright Turquoise #11F1E7

Tints of Bright Turquoise #11F1E7

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.28%

 BLUE value IS 231 (90.63% from 255) = 47.24%

R = 3.48%
G = 49.28%
B = 47.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#11F1E7 (or 0x11F1E7) is known color: Bright Turquoise. HEX triplet: 11, F1 and E7. RGB value is (17,241,231). Sum of RGB (Red+Green+Blue) = 17+241+231=489 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #11F1E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11F1E7 is #EE0E18. Grayscale: #ACACAC. Windows color (decimal): -15601177 or 15200529. OLE color: 15200529.

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

Color convert

RGB 17 241 231 -
CMYK 0.93 0 0.04 0.05
HSL 177.32º 0.89% 0.51% -
HSV(B) 177.32º 0.93% 0.95% -
XYZ 46.11 68.8 86.45 -
YUV 172.88 160.79 16.81 -
System Red Green Blue C M Y K H S L
Decimal 17 241 231 0.93 0 0.04 0.05 177.32 0.89 0.51
Hex 11 F1 E7 5D 0 4 5 B1 59 33
Octal 21 361 347 135 0 4 5 261 131 63
Binary 10001 11110001 11100111 1011101 0 100 101 10110001 1011001 110011

Color Harmonies of #11F1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F1E7

Black with #11F1E7

Text Example


Text Example

White with #11F1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,241,231); }

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

background-color css

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

 a { background-color: rgb(17,241,231); }

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

border-color css

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

 span { border-color: rgb(17,241,231); }

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