Html Css Color HEX #11DDF0 Bright Turquoise

📋 copy color: '#11DDF0'

red 17 ◦ green 221 ◦ blue 240

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

Shades of Bright Turquoise #11DDF0

Tints of Bright Turquoise #11DDF0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.23%

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

R = 3.56%
G = 46.23%
B = 50.21%

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

#11DDF0 (or 0x11DDF0) is known color: Bright Turquoise. HEX triplet: 11, DD and F0. RGB value is (17,221,240). Sum of RGB (Red+Green+Blue) = 17+221+240=478 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #11DDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DDF0 is #EE220F. Grayscale: #A1A1A1. Windows color (decimal): -15606288 or 15785233. OLE color: 15785233.

HSL color Cylindrical-coordinate representation of color #11DDF0: hue angle of 185.11º 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 #11DDF0 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 221 240 -
CMYK 0.93 0.08 0 0.06
HSL 185.11º 0.88% 0.5% -
HSV(B) 185.11º 0.93% 0.94% -
XYZ 41.82 58.12 91.45 -
YUV 162.17 171.91 24.46 -
System Red Green Blue C M Y K H S L
Decimal 17 221 240 0.93 0.08 0 0.06 185.11 0.88 0.5
Hex 11 DD F0 5D 8 0 6 B9 58 32
Octal 21 335 360 135 10 0 6 271 130 62
Binary 10001 11011101 11110000 1011101 1000 0 110 10111001 1011000 110010

Color Harmonies of #11DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DDF0

Black with #11DDF0

Text Example


Text Example

White with #11DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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