Html Css Color HEX #11DCF0 Bright Turquoise

📋 copy color: '#11DCF0'

red 17 ◦ green 220 ◦ blue 240

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

Shades of Bright Turquoise #11DCF0

Tints of Bright Turquoise #11DCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.31%

R = 3.56%
G = 46.12%
B = 50.31%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#11DCF0 (or 0x11DCF0) is known color: Bright Turquoise. HEX triplet: 11, DC and F0. RGB value is (17,220,240). Sum of RGB (Red+Green+Blue) = 17+220+240=477 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #11DCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DCF0 is #EE230F. Grayscale: #A1A1A1. Windows color (decimal): -15606544 or 15784977. OLE color: 15784977.

HSL color Cylindrical-coordinate representation of color #11DCF0: hue angle of 185.38º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DCF0 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 220 240 -
CMYK 0.93 0.08 0 0.06
HSL 185.38º 0.88% 0.5% -
HSV(B) 185.38º 0.93% 0.94% -
XYZ 41.55 57.6 91.37 -
YUV 161.58 172.25 24.87 -
System Red Green Blue C M Y K H S L
Decimal 17 220 240 0.93 0.08 0 0.06 185.38 0.88 0.5
Hex 11 DC F0 5D 8 0 6 B9 58 32
Octal 21 334 360 135 10 0 6 271 130 62
Binary 10001 11011100 11110000 1011101 1000 0 110 10111001 1011000 110010

Color Harmonies of #11DCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCF0

Black with #11DCF0

Text Example


Text Example

White with #11DCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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