Html Css Color HEX #11DFF4 Bright Turquoise

📋 copy color: '#11DFF4'

red 17 ◦ green 223 ◦ blue 244

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

Shades of Bright Turquoise #11DFF4

Tints of Bright Turquoise #11DFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.41%

R = 3.51%
G = 46.07%
B = 50.41%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#11DFF4 (or 0x11DFF4) is known color: Bright Turquoise. HEX triplet: 11, DF and F4. RGB value is (17,223,244). Sum of RGB (Red+Green+Blue) = 17+223+244=484 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.51% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #11DFF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DFF4 is #EE200B. Grayscale: #A3A3A3. Windows color (decimal): -15605772 or 16047889. OLE color: 16047889.

HSL color Cylindrical-coordinate representation of color #11DFF4: hue angle of 185.55º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DFF4 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 17 223 244 -
CMYK 0.93 0.09 0 0.04
HSL 185.55º 0.91% 0.51% -
HSV(B) 185.55º 0.93% 0.96% -
XYZ 42.95 59.43 94.79 -
YUV 163.8 173.25 23.29 -
System Red Green Blue C M Y K H S L
Decimal 17 223 244 0.93 0.09 0 0.04 185.55 0.91 0.51
Hex 11 DF F4 5D 9 0 4 BA 5B 33
Octal 21 337 364 135 11 0 4 272 133 63
Binary 10001 11011111 11110100 1011101 1001 0 100 10111010 1011011 110011

Color Harmonies of #11DFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DFF4

Black with #11DFF4

Text Example


Text Example

White with #11DFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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