Html Css Color HEX #11FCE7 Bright Turquoise

📋 copy color: '#11FCE7'

red 17 ◦ green 252 ◦ blue 231

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

Shades of Bright Turquoise #11FCE7

Tints of Bright Turquoise #11FCE7

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.4%

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

R = 3.4%
G = 50.4%
B = 46.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#11FCE7 (or 0x11FCE7) is known color: Bright Turquoise. HEX triplet: 11, FC and E7. RGB value is (17,252,231). Sum of RGB (Red+Green+Blue) = 17+252+231=500 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.4% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #11FCE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FCE7 is #EE0318. Grayscale: #B3B3B3. Windows color (decimal): -15598361 or 15203345. OLE color: 15203345.

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

Color convert

RGB 17 252 231 -
CMYK 0.93 0 0.08 0.01
HSL 174.64º 0.98% 0.53% -
HSV(B) 174.64º 0.93% 0.99% -
XYZ 49.47 75.51 87.57 -
YUV 179.34 157.14 12.21 -
System Red Green Blue C M Y K H S L
Decimal 17 252 231 0.93 0 0.08 0.01 174.64 0.98 0.53
Hex 11 FC E7 5D 0 8 1 AF 62 35
Octal 21 374 347 135 0 10 1 257 142 65
Binary 10001 11111100 11100111 1011101 0 1000 1 10101111 1100010 110101

Color Harmonies of #11FCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FCE7

Black with #11FCE7

Text Example


Text Example

White with #11FCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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