Html Css Color HEX #11FECF Bright Turquoise

📋 copy color: '#11FECF'

red 17 ◦ green 254 ◦ blue 207

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

Shades of Bright Turquoise #11FECF

Tints of Bright Turquoise #11FECF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.14%

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 3.56%
G = 53.14%
B = 43.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#11FECF (or 0x11FECF) is known color: Bright Turquoise. HEX triplet: 11, FE and CF. RGB value is (17,254,207). Sum of RGB (Red+Green+Blue) = 17+254+207=478 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #11FECF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FECF is #EE0130. Grayscale: #B1B1B1. Windows color (decimal): -15597873 or 13630993. OLE color: 13630993.

HSL color Cylindrical-coordinate representation of color #11FECF: hue angle of 168.1º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FECF is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 254 207 -
CMYK 0.93 0 0.19 0.00
HSL 168.1º 0.99% 0.53% -
HSV(B) 168.1º 0.93% 1% -
XYZ 46.94 75.51 71.13 -
YUV 177.78 144.48 13.32 -
System Red Green Blue C M Y K H S L
Decimal 17 254 207 0.93 0 0.19 0.00 168.1 0.99 0.53
Hex 11 FE CF 5D 0 13 0 A8 63 35
Octal 21 376 317 135 0 23 0 250 143 65
Binary 10001 11111110 11001111 1011101 0 10011 0 10101000 1100011 110101

Color Harmonies of #11FECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FECF

Black with #11FECF

Text Example


Text Example

White with #11FECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,254,207); }

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

background-color css

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

 a { background-color: rgb(17,254,207); }

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

border-color css

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

 span { border-color: rgb(17,254,207); }

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