Html Css Color HEX #11EDF2 Bright Turquoise

📋 copy color: '#11EDF2'

red 17 ◦ green 237 ◦ blue 242

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

Shades of Bright Turquoise #11EDF2

Tints of Bright Turquoise #11EDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.78%

 BLUE value IS 242 (94.92% from 255) = 48.79%

R = 3.43%
G = 47.78%
B = 48.79%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#11EDF2 (or 0x11EDF2) is known color: Bright Turquoise. HEX triplet: 11, ED and F2. RGB value is (17,237,242). Sum of RGB (Red+Green+Blue) = 17+237+242=496 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #11EDF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EDF2 is #EE120D. Grayscale: #ABABAB. Windows color (decimal): -15602190 or 15920401. OLE color: 15920401.

HSL color Cylindrical-coordinate representation of color #11EDF2: hue angle of 181.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EDF2 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 237 242 -
CMYK 0.93 0.02 0 0.05
HSL 181.33º 0.9% 0.51% -
HSV(B) 181.33º 0.93% 0.95% -
XYZ 46.54 67.1 94.5 -
YUV 171.79 167.61 17.59 -
System Red Green Blue C M Y K H S L
Decimal 17 237 242 0.93 0.02 0 0.05 181.33 0.9 0.51
Hex 11 ED F2 5D 2 0 5 B5 5A 33
Octal 21 355 362 135 2 0 5 265 132 63
Binary 10001 11101101 11110010 1011101 10 0 101 10110101 1011010 110011

Color Harmonies of #11EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EDF2

Black with #11EDF2

Text Example


Text Example

White with #11EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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