Html Css Color HEX #16D9E6 Bright Turquoise

📋 copy color: '#16D9E6'

red 22 ◦ green 217 ◦ blue 230

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

Shades of Bright Turquoise #16D9E6

Tints of Bright Turquoise #16D9E6

RGB

 RED value IS 22 (8.98% from 255) = 4.69%

 GREEN value IS 217 (85.16% from 255) = 46.27%

 BLUE value IS 230 (90.23% from 255) = 49.04%

R = 4.69%
G = 46.27%
B = 49.04%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#16D9E6 (or 0x16D9E6) is known color: Bright Turquoise. HEX triplet: 16, D9 and E6. RGB value is (22,217,230). Sum of RGB (Red+Green+Blue) = 22+217+230=469 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.69% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #16D9E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D9E6 is #E92619. Grayscale: #9F9F9F. Windows color (decimal): -15279642 or 15128854. OLE color: 15128854.

HSL color Cylindrical-coordinate representation of color #16D9E6: hue angle of 183.75º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D9E6 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 22 217 230 -
CMYK 0.90 0.06 0 0.10
HSL 183.75º 0.83% 0.49% -
HSV(B) 183.75º 0.9% 0.9% -
XYZ 39.43 55.51 83.5 -
YUV 160.18 167.4 29.44 -
System Red Green Blue C M Y K H S L
Decimal 22 217 230 0.90 0.06 0 0.10 183.75 0.83 0.49
Hex 16 D9 E6 5A 6 0 A B8 53 31
Octal 26 331 346 132 6 0 12 270 123 61
Binary 10110 11011001 11100110 1011010 110 0 1010 10111000 1010011 110001

Color Harmonies of #16D9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D9E6

Black with #16D9E6

Text Example


Text Example

White with #16D9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16D9E6; }

 p { color: rgb(22,217,230); }

 H1.HeaderClassName
 {
   color: #16D9E6;
 }
 .AnyTagClassName
 {
   color: #16D9E6;
 }
</style>

background-color css

<style>
 a { background-color: #16D9E6; }

 a { background-color: rgb(22,217,230); }

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

border-color css

<style>
 span { border-color: #16D9E6; }

 span { border-color: rgb(22,217,230); }

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