Html Css Color HEX #11FCEB Bright Turquoise

📋 copy color: '#11FCEB'

red 17 ◦ green 252 ◦ blue 235

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

Shades of Bright Turquoise #11FCEB

Tints of Bright Turquoise #11FCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 3.37%
G = 50%
B = 46.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#11FCEB (or 0x11FCEB) is known color: Bright Turquoise. HEX triplet: 11, FC and EB. RGB value is (17,252,235). Sum of RGB (Red+Green+Blue) = 17+252+235=504 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.37% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #11FCEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FCEB is #EE0314. Grayscale: #B3B3B3. Windows color (decimal): -15598357 or 15465489. OLE color: 15465489.

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

Color convert

RGB 17 252 235 -
CMYK 0.93 0 0.07 0.01
HSL 175.66º 0.98% 0.53% -
HSV(B) 175.66º 0.93% 0.99% -
XYZ 50.04 75.74 90.58 -
YUV 179.8 159.14 11.88 -
System Red Green Blue C M Y K H S L
Decimal 17 252 235 0.93 0 0.07 0.01 175.66 0.98 0.53
Hex 11 FC EB 5D 0 7 1 B0 62 35
Octal 21 374 353 135 0 7 1 260 142 65
Binary 10001 11111100 11101011 1011101 0 111 1 10110000 1100010 110101

Color Harmonies of #11FCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FCEB

Black with #11FCEB

Text Example


Text Example

White with #11FCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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