Html Css Color HEX #11BFE0 Dark Turquoise

📋 copy color: '#11BFE0'

red 17 ◦ green 191 ◦ blue 224

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

Shades of Dark Turquoise #11BFE0

Tints of Dark Turquoise #11BFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 44.21%

 BLUE value IS 224 (87.89% from 255) = 51.85%

R = 3.94%
G = 44.21%
B = 51.85%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#11BFE0 (or 0x11BFE0) is known color: Dark Turquoise. HEX triplet: 11, BF and E0. RGB value is (17,191,224). Sum of RGB (Red+Green+Blue) = 17+191+224=432 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.94% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #11BFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BFE0 is #EE401F. Grayscale: #8E8E8E. Windows color (decimal): -15613984 or 14728977. OLE color: 14728977.

HSL color Cylindrical-coordinate representation of color #11BFE0: hue angle of 189.57º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BFE0 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 191 224 -
CMYK 0.92 0.15 0 0.12
HSL 189.57º 0.86% 0.47% -
HSV(B) 189.57º 0.92% 0.88% -
XYZ 32.32 42.76 77.07 -
YUV 142.74 173.85 38.32 -
System Red Green Blue C M Y K H S L
Decimal 17 191 224 0.92 0.15 0 0.12 189.57 0.86 0.47
Hex 11 BF E0 5C F 0 C BE 56 2F
Octal 21 277 340 134 17 0 14 276 126 57
Binary 10001 10111111 11100000 1011100 1111 0 1100 10111110 1010110 101111

Color Harmonies of #11BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BFE0

Black with #11BFE0

Text Example


Text Example

White with #11BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,191,224); }

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

background-color css

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

 a { background-color: rgb(17,191,224); }

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

border-color css

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

 span { border-color: rgb(17,191,224); }

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