Html Css Color HEX #11FFCA Bright Turquoise

📋 copy color: '#11FFCA'

red 17 ◦ green 255 ◦ blue 202

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

Shades of Bright Turquoise #11FFCA

Tints of Bright Turquoise #11FFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 53.8%

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 3.59%
G = 53.8%
B = 42.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#11FFCA (or 0x11FFCA) is known color: Bright Turquoise. HEX triplet: 11, FF and CA. RGB value is (17,255,202). Sum of RGB (Red+Green+Blue) = 17+255+202=474 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFCA is #EE0035. Grayscale: #B1B1B1. Windows color (decimal): -15597622 or 13303569. OLE color: 13303569.

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

Color convert

RGB 17 255 202 -
CMYK 0.93 0 0.21 0
HSL 166.64º 1% 0.53% -
HSV(B) 166.64º 0.93% 1% -
XYZ 46.65 75.9 68.07 -
YUV 177.8 141.65 13.31 -
System Red Green Blue C M Y K H S L
Decimal 17 255 202 0.93 0 0.21 0 166.64 1 0.53
Hex 11 FF CA 5D 0 15 0 A7 64 35
Octal 21 377 312 135 0 25 0 247 144 65
Binary 10001 11111111 11001010 1011101 0 10101 0 10100111 1100100 110101

Color Harmonies of #11FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FFCA

Black with #11FFCA

Text Example


Text Example

White with #11FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,255,202); }

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

background-color css

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

 a { background-color: rgb(17,255,202); }

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

border-color css

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

 span { border-color: rgb(17,255,202); }

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