Html Css Color HEX #17EADB Bright Turquoise

📋 copy color: '#17EADB'

red 23 ◦ green 234 ◦ blue 219

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

Shades of Bright Turquoise #17EADB

Tints of Bright Turquoise #17EADB

RGB

 RED value IS 23 (9.38% from 255) = 4.83%

 GREEN value IS 234 (91.8% from 255) = 49.16%

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 4.83%
G = 49.16%
B = 46.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#17EADB (or 0x17EADB) is known color: Bright Turquoise. HEX triplet: 17, EA and DB. RGB value is (23,234,219). Sum of RGB (Red+Green+Blue) = 23+234+219=476 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.83% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #17EADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EADB is #E81524. Grayscale: #A9A9A9. Windows color (decimal): -15209765 or 14412311. OLE color: 14412311.

HSL color Cylindrical-coordinate representation of color #17EADB: hue angle of 175.73º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EADB is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 23 234 219 -
CMYK 0.90 0 0.06 0.08
HSL 175.73º 0.83% 0.5% -
HSV(B) 175.73º 0.9% 0.92% -
XYZ 42.56 64.14 77.16 -
YUV 169.2 156.1 23.72 -
System Red Green Blue C M Y K H S L
Decimal 23 234 219 0.90 0 0.06 0.08 175.73 0.83 0.5
Hex 17 EA DB 5A 0 6 8 B0 53 32
Octal 27 352 333 132 0 6 10 260 123 62
Binary 10111 11101010 11011011 1011010 0 110 1000 10110000 1010011 110010

Color Harmonies of #17EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EADB

Black with #17EADB

Text Example


Text Example

White with #17EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17EADB; }

 p { color: rgb(23,234,219); }

 H1.HeaderClassName
 {
   color: #17EADB;
 }
 .AnyTagClassName
 {
   color: #17EADB;
 }
</style>

background-color css

<style>
 a { background-color: #17EADB; }

 a { background-color: rgb(23,234,219); }

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

border-color css

<style>
 span { border-color: #17EADB; }

 span { border-color: rgb(23,234,219); }

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