Html Css Color HEX #11FDCE Bright Turquoise

📋 copy color: '#11FDCE'

red 17 ◦ green 253 ◦ blue 206

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

Shades of Bright Turquoise #11FDCE

Tints of Bright Turquoise #11FDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.15%

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 3.57%
G = 53.15%
B = 43.28%

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

#11FDCE (or 0x11FDCE) is known color: Bright Turquoise. HEX triplet: 11, FD and CE. RGB value is (17,253,206). Sum of RGB (Red+Green+Blue) = 17+253+206=476 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.57% from 476); Green value is 253 (99.22% from 255 or 53.15% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 253 - color contains mainly: green. Hex color #11FDCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FDCE is #EE0231. Grayscale: #B1B1B1. Windows color (decimal): -15598130 or 13565201. OLE color: 13565201.

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

Color convert

RGB 17 253 206 -
CMYK 0.93 0 0.19 0.01
HSL 168.05º 0.98% 0.53% -
HSV(B) 168.05º 0.93% 0.99% -
XYZ 46.5 74.83 70.38 -
YUV 177.08 144.31 13.82 -
System Red Green Blue C M Y K H S L
Decimal 17 253 206 0.93 0 0.19 0.01 168.05 0.98 0.53
Hex 11 FD CE 5D 0 13 1 A8 62 35
Octal 21 375 316 135 0 23 1 250 142 65
Binary 10001 11111101 11001110 1011101 0 10011 1 10101000 1100010 110101

Color Harmonies of #11FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FDCE

Black with #11FDCE

Text Example


Text Example

White with #11FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,253,206); }

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

background-color css

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

 a { background-color: rgb(17,253,206); }

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

border-color css

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

 span { border-color: rgb(17,253,206); }

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