Html Css Color HEX #17F2C9 Bright Turquoise

📋 copy color: '#17F2C9'

red 23 ◦ green 242 ◦ blue 201

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

Shades of Bright Turquoise #17F2C9

Tints of Bright Turquoise #17F2C9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.93%

 BLUE value IS 201 (78.91% from 255) = 43.13%

R = 4.94%
G = 51.93%
B = 43.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#17F2C9 (or 0x17F2C9) is known color: Bright Turquoise. HEX triplet: 17, F2 and C9. RGB value is (23,242,201). Sum of RGB (Red+Green+Blue) = 23+242+201=466 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.94% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #17F2C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F2C9 is #E80D36. Grayscale: #ABABAB. Windows color (decimal): -15207735 or 13234711. OLE color: 13234711.

HSL color Cylindrical-coordinate representation of color #17F2C9: hue angle of 168.77º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17F2C9 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 23 242 201 -
CMYK 0.90 0 0.17 0.05
HSL 168.77º 0.89% 0.52% -
HSV(B) 168.77º 0.9% 0.95% -
XYZ 42.65 67.9 66.12 -
YUV 171.85 144.45 21.83 -
System Red Green Blue C M Y K H S L
Decimal 23 242 201 0.90 0 0.17 0.05 168.77 0.89 0.52
Hex 17 F2 C9 5A 0 11 5 A9 59 34
Octal 27 362 311 132 0 21 5 251 131 64
Binary 10111 11110010 11001001 1011010 0 10001 101 10101001 1011001 110100

Color Harmonies of #17F2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17F2C9

Black with #17F2C9

Text Example


Text Example

White with #17F2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,242,201); }

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

background-color css

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

 a { background-color: rgb(23,242,201); }

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

border-color css

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

 span { border-color: rgb(23,242,201); }

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