Html Css Color HEX #11D7EA Bright Turquoise

📋 copy color: '#11D7EA'

red 17 ◦ green 215 ◦ blue 234

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

Shades of Bright Turquoise #11D7EA

Tints of Bright Turquoise #11D7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.14%

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 3.65%
G = 46.14%
B = 50.21%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#11D7EA (or 0x11D7EA) is known color: Bright Turquoise. HEX triplet: 11, D7 and EA. RGB value is (17,215,234). Sum of RGB (Red+Green+Blue) = 17+215+234=466 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.65% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #11D7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D7EA is #EE2815. Grayscale: #9D9D9D. Windows color (decimal): -15607830 or 15390481. OLE color: 15390481.

HSL color Cylindrical-coordinate representation of color #11D7EA: hue angle of 185.25º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11D7EA is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 215 234 -
CMYK 0.93 0.08 0 0.08
HSL 185.25º 0.86% 0.49% -
HSV(B) 185.25º 0.93% 0.92% -
XYZ 39.38 54.66 86.32 -
YUV 157.96 170.9 27.46 -
System Red Green Blue C M Y K H S L
Decimal 17 215 234 0.93 0.08 0 0.08 185.25 0.86 0.49
Hex 11 D7 EA 5D 8 0 8 B9 56 31
Octal 21 327 352 135 10 0 10 271 126 61
Binary 10001 11010111 11101010 1011101 1000 0 1000 10111001 1010110 110001

Color Harmonies of #11D7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D7EA

Black with #11D7EA

Text Example


Text Example

White with #11D7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,215,234); }

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

background-color css

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

 a { background-color: rgb(17,215,234); }

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

border-color css

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

 span { border-color: rgb(17,215,234); }

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