Html Css Color HEX #17E1D4 Bright Turquoise

📋 copy color: '#17E1D4'

red 23 ◦ green 225 ◦ blue 212

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

Shades of Bright Turquoise #17E1D4

Tints of Bright Turquoise #17E1D4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.91%

 BLUE value IS 212 (83.2% from 255) = 46.09%

R = 5%
G = 48.91%
B = 46.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#17E1D4 (or 0x17E1D4) is known color: Bright Turquoise. HEX triplet: 17, E1 and D4. RGB value is (23,225,212). Sum of RGB (Red+Green+Blue) = 23+225+212=460 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #17E1D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E1D4 is #E81E2B. Grayscale: #A2A2A2. Windows color (decimal): -15212076 or 13951255. OLE color: 13951255.

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

Color convert

RGB 23 225 212 -
CMYK 0.90 0 0.06 0.12
HSL 176.14º 0.81% 0.49% -
HSV(B) 176.14º 0.9% 0.88% -
XYZ 39.16 58.79 71.57 -
YUV 163.12 155.58 28.06 -
System Red Green Blue C M Y K H S L
Decimal 23 225 212 0.90 0 0.06 0.12 176.14 0.81 0.49
Hex 17 E1 D4 5A 0 6 C B0 51 31
Octal 27 341 324 132 0 6 14 260 121 61
Binary 10111 11100001 11010100 1011010 0 110 1100 10110000 1010001 110001

Color Harmonies of #17E1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17E1D4

Black with #17E1D4

Text Example


Text Example

White with #17E1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,225,212); }

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

background-color css

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

 a { background-color: rgb(23,225,212); }

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

border-color css

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

 span { border-color: rgb(23,225,212); }

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