Html Css Color HEX #11DFED Bright Turquoise

📋 copy color: '#11DFED'

red 17 ◦ green 223 ◦ blue 237

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

Shades of Bright Turquoise #11DFED

Tints of Bright Turquoise #11DFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 3.56%
G = 46.75%
B = 49.69%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#11DFED (or 0x11DFED) is known color: Bright Turquoise. HEX triplet: 11, DF and ED. RGB value is (17,223,237). Sum of RGB (Red+Green+Blue) = 17+223+237=477 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #11DFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DFED is #EE2012. Grayscale: #A2A2A2. Windows color (decimal): -15605779 or 15589137. OLE color: 15589137.

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

Color convert

RGB 17 223 237 -
CMYK 0.93 0.06 0 0.07
HSL 183.82º 0.87% 0.5% -
HSV(B) 183.82º 0.93% 0.93% -
XYZ 41.9 59.01 89.3 -
YUV 163 169.75 23.86 -
System Red Green Blue C M Y K H S L
Decimal 17 223 237 0.93 0.06 0 0.07 183.82 0.87 0.5
Hex 11 DF ED 5D 6 0 7 B8 57 32
Octal 21 337 355 135 6 0 7 270 127 62
Binary 10001 11011111 11101101 1011101 110 0 111 10111000 1010111 110010

Color Harmonies of #11DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DFED

Black with #11DFED

Text Example


Text Example

White with #11DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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