Html Css Color HEX #11FCCD Bright Turquoise

📋 copy color: '#11FCCD'

red 17 ◦ green 252 ◦ blue 205

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

Shades of Bright Turquoise #11FCCD

Tints of Bright Turquoise #11FCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 3.59%
G = 53.16%
B = 43.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#11FCCD (or 0x11FCCD) is known color: Bright Turquoise. HEX triplet: 11, FC and CD. RGB value is (17,252,205). Sum of RGB (Red+Green+Blue) = 17+252+205=474 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #11FCCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FCCD is #EE0332. Grayscale: #B0B0B0. Windows color (decimal): -15598387 or 13499409. OLE color: 13499409.

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

Color convert

RGB 17 252 205 -
CMYK 0.93 0 0.19 0.01
HSL 168º 0.98% 0.53% -
HSV(B) 168º 0.93% 0.99% -
XYZ 46.06 74.15 69.64 -
YUV 176.38 144.14 14.32 -
System Red Green Blue C M Y K H S L
Decimal 17 252 205 0.93 0 0.19 0.01 168 0.98 0.53
Hex 11 FC CD 5D 0 13 1 A8 62 35
Octal 21 374 315 135 0 23 1 250 142 65
Binary 10001 11111100 11001101 1011101 0 10011 1 10101000 1100010 110101

Color Harmonies of #11FCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FCCD

Black with #11FCCD

Text Example


Text Example

White with #11FCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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