Html Css Color HEX #11DEDF Bright Turquoise

📋 copy color: '#11DEDF'

red 17 ◦ green 222 ◦ blue 223

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

Shades of Bright Turquoise #11DEDF

Tints of Bright Turquoise #11DEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.05%

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 3.68%
G = 48.05%
B = 48.27%

CMYK

 C value IS 0.92

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11DEDF (or 0x11DEDF) is known color: Bright Turquoise. HEX triplet: 11, DE and DF. RGB value is (17,222,223). Sum of RGB (Red+Green+Blue) = 17+222+223=462 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.68% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #11DEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DEDF is #EE2120. Grayscale: #A0A0A0. Windows color (decimal): -15606049 or 14671377. OLE color: 14671377.

HSL color Cylindrical-coordinate representation of color #11DEDF: hue angle of 180.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DEDF is Cyan = 0.92, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 222 223 -
CMYK 0.92 0.00 0 0.13
HSL 180.29º 0.86% 0.47% -
HSV(B) 180.29º 0.92% 0.87% -
XYZ 39.67 57.69 78.86 -
YUV 160.82 163.08 25.42 -
System Red Green Blue C M Y K H S L
Decimal 17 222 223 0.92 0.00 0 0.13 180.29 0.86 0.47
Hex 11 DE DF 5C 0 0 D B4 56 2F
Octal 21 336 337 134 0 0 15 264 126 57
Binary 10001 11011110 11011111 1011100 0 0 1101 10110100 1010110 101111

Color Harmonies of #11DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DEDF

Black with #11DEDF

Text Example


Text Example

White with #11DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,222,223); }

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

background-color css

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

 a { background-color: rgb(17,222,223); }

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

border-color css

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

 span { border-color: rgb(17,222,223); }

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