Html Css Color HEX #17E0DB Bright Turquoise

📋 copy color: '#17E0DB'

red 23 ◦ green 224 ◦ blue 219

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

Shades of Bright Turquoise #17E0DB

Tints of Bright Turquoise #17E0DB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.07%

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

R = 4.94%
G = 48.07%
B = 47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#17E0DB (or 0x17E0DB) is known color: Bright Turquoise. HEX triplet: 17, E0 and DB. RGB value is (23,224,219). Sum of RGB (Red+Green+Blue) = 23+224+219=466 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.94% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #17E0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E0DB is #E81F24. Grayscale: #A3A3A3. Windows color (decimal): -15212325 or 14409751. OLE color: 14409751.

HSL color Cylindrical-coordinate representation of color #17E0DB: hue angle of 178.51º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E0DB is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 23 224 219 -
CMYK 0.90 0 0.02 0.12
HSL 178.51º 0.81% 0.48% -
HSV(B) 178.51º 0.9% 0.88% -
XYZ 39.8 58.61 76.23 -
YUV 163.33 159.41 27.91 -
System Red Green Blue C M Y K H S L
Decimal 23 224 219 0.90 0 0.02 0.12 178.51 0.81 0.48
Hex 17 E0 DB 5A 0 2 C B3 51 30
Octal 27 340 333 132 0 2 14 263 121 60
Binary 10111 11100000 11011011 1011010 0 10 1100 10110011 1010001 110000

Color Harmonies of #17E0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17E0DB

Black with #17E0DB

Text Example


Text Example

White with #17E0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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