Html Css Color HEX #11DFCF Bright Turquoise

📋 copy color: '#11DFCF'

red 17 ◦ green 223 ◦ blue 207

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

Shades of Bright Turquoise #11DFCF

Tints of Bright Turquoise #11DFCF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.89%

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

R = 3.8%
G = 49.89%
B = 46.31%

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

#11DFCF (or 0x11DFCF) is known color: Bright Turquoise. HEX triplet: 11, DF and CF. RGB value is (17,223,207). Sum of RGB (Red+Green+Blue) = 17+223+207=447 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.80% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #11DFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DFCF is #EE2030. Grayscale: #9F9F9F. Windows color (decimal): -15605809 or 13623057. OLE color: 13623057.

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

Color convert

RGB 17 223 207 -
CMYK 0.92 0 0.07 0.13
HSL 175.34º 0.86% 0.47% -
HSV(B) 175.34º 0.92% 0.87% -
XYZ 37.88 57.4 68.11 -
YUV 159.58 154.75 26.3 -
System Red Green Blue C M Y K H S L
Decimal 17 223 207 0.92 0 0.07 0.13 175.34 0.86 0.47
Hex 11 DF CF 5C 0 7 D AF 56 2F
Octal 21 337 317 134 0 7 15 257 126 57
Binary 10001 11011111 11001111 1011100 0 111 1101 10101111 1010110 101111

Color Harmonies of #11DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DFCF

Black with #11DFCF

Text Example


Text Example

White with #11DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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