Html Css Color HEX #17E1CD Bright Turquoise

📋 copy color: '#17E1CD'

red 23 ◦ green 225 ◦ blue 205

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

Shades of Bright Turquoise #17E1CD

Tints of Bright Turquoise #17E1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 5.08%
G = 49.67%
B = 45.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#17E1CD (or 0x17E1CD) is known color: Bright Turquoise. HEX triplet: 17, E1 and CD. RGB value is (23,225,205). Sum of RGB (Red+Green+Blue) = 23+225+205=453 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.08% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #17E1CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E1CD is #E81E32. Grayscale: #A2A2A2. Windows color (decimal): -15212083 or 13492503. OLE color: 13492503.

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

Color convert

RGB 23 225 205 -
CMYK 0.90 0 0.09 0.12
HSL 174.06º 0.81% 0.49% -
HSV(B) 174.06º 0.9% 0.88% -
XYZ 38.3 58.44 67.02 -
YUV 162.32 152.08 28.63 -
System Red Green Blue C M Y K H S L
Decimal 23 225 205 0.90 0 0.09 0.12 174.06 0.81 0.49
Hex 17 E1 CD 5A 0 9 C AE 51 31
Octal 27 341 315 132 0 11 14 256 121 61
Binary 10111 11100001 11001101 1011010 0 1001 1100 10101110 1010001 110001

Color Harmonies of #17E1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17E1CD

Black with #17E1CD

Text Example


Text Example

White with #17E1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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