Html Css Color HEX #11DECF Bright Turquoise

📋 copy color: '#11DECF'

red 17 ◦ green 222 ◦ blue 207

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

Shades of Bright Turquoise #11DECF

Tints of Bright Turquoise #11DECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 3.81%
G = 49.78%
B = 46.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#11DECF (or 0x11DECF) is known color: Bright Turquoise. HEX triplet: 11, DE and CF. RGB value is (17,222,207). Sum of RGB (Red+Green+Blue) = 17+222+207=446 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.81% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #11DECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DECF is #EE2130. Grayscale: #9E9E9E. Windows color (decimal): -15606065 or 13622801. OLE color: 13622801.

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

Color convert

RGB 17 222 207 -
CMYK 0.92 0 0.07 0.13
HSL 175.61º 0.86% 0.47% -
HSV(B) 175.61º 0.92% 0.87% -
XYZ 37.61 56.87 68.03 -
YUV 159 155.08 26.72 -
System Red Green Blue C M Y K H S L
Decimal 17 222 207 0.92 0 0.07 0.13 175.61 0.86 0.47
Hex 11 DE CF 5C 0 7 D B0 56 2F
Octal 21 336 317 134 0 7 15 260 126 57
Binary 10001 11011110 11001111 1011100 0 111 1101 10110000 1010110 101111

Color Harmonies of #11DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DECF

Black with #11DECF

Text Example


Text Example

White with #11DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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