Html Css Color HEX #17E0DC Bright Turquoise

📋 copy color: '#17E0DC'

red 23 ◦ green 224 ◦ blue 220

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

Shades of Bright Turquoise #17E0DC

Tints of Bright Turquoise #17E0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 4.93%
G = 47.97%
B = 47.11%

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

#17E0DC (or 0x17E0DC) is known color: Bright Turquoise. HEX triplet: 17, E0 and DC. RGB value is (23,224,220). Sum of RGB (Red+Green+Blue) = 23+224+220=467 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.93% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #17E0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E0DC is #E81F23. Grayscale: #A3A3A3. Windows color (decimal): -15212324 or 14475287. OLE color: 14475287.

HSL color Cylindrical-coordinate representation of color #17E0DC: hue angle of 178.81º 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 #17E0DC is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 23 224 220 -
CMYK 0.90 0 0.02 0.12
HSL 178.81º 0.81% 0.48% -
HSV(B) 178.81º 0.9% 0.88% -
XYZ 39.93 58.66 76.93 -
YUV 163.45 159.91 27.83 -
System Red Green Blue C M Y K H S L
Decimal 23 224 220 0.90 0 0.02 0.12 178.81 0.81 0.48
Hex 17 E0 DC 5A 0 2 C B3 51 30
Octal 27 340 334 132 0 2 14 263 121 60
Binary 10111 11100000 11011100 1011010 0 10 1100 10110011 1010001 110000

Color Harmonies of #17E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17E0DC

Black with #17E0DC

Text Example


Text Example

White with #17E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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