Html Css Color HEX #17E3C4 Bright Turquoise

📋 copy color: '#17E3C4'

red 23 ◦ green 227 ◦ blue 196

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

Shades of Bright Turquoise #17E3C4

Tints of Bright Turquoise #17E3C4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.9%

 BLUE value IS 196 (76.95% from 255) = 43.95%

R = 5.16%
G = 50.9%
B = 43.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#17E3C4 (or 0x17E3C4) is known color: Bright Turquoise. HEX triplet: 17, E3 and C4. RGB value is (23,227,196). Sum of RGB (Red+Green+Blue) = 23+227+196=446 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.16% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #17E3C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E3C4 is #E81C3B. Grayscale: #A2A2A2. Windows color (decimal): -15211580 or 12903191. OLE color: 12903191.

HSL color Cylindrical-coordinate representation of color #17E3C4: hue angle of 170.88º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E3C4 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 23 227 196 -
CMYK 0.90 0 0.14 0.11
HSL 170.88º 0.82% 0.49% -
HSV(B) 170.88º 0.9% 0.89% -
XYZ 37.79 59.11 61.64 -
YUV 162.47 146.91 28.52 -
System Red Green Blue C M Y K H S L
Decimal 23 227 196 0.90 0 0.14 0.11 170.88 0.82 0.49
Hex 17 E3 C4 5A 0 E B AB 52 31
Octal 27 343 304 132 0 16 13 253 122 61
Binary 10111 11100011 11000100 1011010 0 1110 1011 10101011 1010010 110001

Color Harmonies of #17E3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17E3C4

Black with #17E3C4

Text Example


Text Example

White with #17E3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,227,196); }

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

background-color css

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

 a { background-color: rgb(23,227,196); }

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

border-color css

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

 span { border-color: rgb(23,227,196); }

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