Html Css Color HEX #11E2FC Bright Turquoise

📋 copy color: '#11E2FC'

red 17 ◦ green 226 ◦ blue 252

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

Shades of Bright Turquoise #11E2FC

Tints of Bright Turquoise #11E2FC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.66%

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 3.43%
G = 45.66%
B = 50.91%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#11E2FC (or 0x11E2FC) is known color: Bright Turquoise. HEX triplet: 11, E2 and FC. RGB value is (17,226,252). Sum of RGB (Red+Green+Blue) = 17+226+252=495 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #11E2FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11E2FC is #EE1D03. Grayscale: #A6A6A6. Windows color (decimal): -15604996 or 16572945. OLE color: 16572945.

HSL color Cylindrical-coordinate representation of color #11E2FC: hue angle of 186.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E2FC is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 226 252 -
CMYK 0.93 0.10 0 0.01
HSL 186.64º 0.98% 0.53% -
HSV(B) 186.64º 0.93% 0.99% -
XYZ 45 61.54 101.6 -
YUV 166.47 176.26 21.39 -
System Red Green Blue C M Y K H S L
Decimal 17 226 252 0.93 0.10 0 0.01 186.64 0.98 0.53
Hex 11 E2 FC 5D A 0 1 BB 62 35
Octal 21 342 374 135 12 0 1 273 142 65
Binary 10001 11100010 11111100 1011101 1010 0 1 10111011 1100010 110101

Color Harmonies of #11E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E2FC

Black with #11E2FC

Text Example


Text Example

White with #11E2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,226,252); }

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

background-color css

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

 a { background-color: rgb(17,226,252); }

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

border-color css

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

 span { border-color: rgb(17,226,252); }

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