Html Css Color HEX #11DCDF Bright Turquoise

📋 copy color: '#11DCDF'

red 17 ◦ green 220 ◦ blue 223

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

Shades of Bright Turquoise #11DCDF

Tints of Bright Turquoise #11DCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.83%

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

R = 3.7%
G = 47.83%
B = 48.48%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11DCDF (or 0x11DCDF) is known color: Bright Turquoise. HEX triplet: 11, DC and DF. RGB value is (17,220,223). Sum of RGB (Red+Green+Blue) = 17+220+223=460 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #11DCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCDF is #EE2320. Grayscale: #9F9F9F. Windows color (decimal): -15606561 or 14670865. OLE color: 14670865.

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

Color convert

RGB 17 220 223 -
CMYK 0.92 0.01 0 0.13
HSL 180.87º 0.86% 0.47% -
HSV(B) 180.87º 0.92% 0.87% -
XYZ 39.14 56.63 78.68 -
YUV 159.65 163.75 26.26 -
System Red Green Blue C M Y K H S L
Decimal 17 220 223 0.92 0.01 0 0.13 180.87 0.86 0.47
Hex 11 DC DF 5C 1 0 D B5 56 2F
Octal 21 334 337 134 1 0 15 265 126 57
Binary 10001 11011100 11011111 1011100 1 0 1101 10110101 1010110 101111

Color Harmonies of #11DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCDF

Black with #11DCDF

Text Example


Text Example

White with #11DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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