Html Css Color HEX #17F6F1 Bright Turquoise

📋 copy color: '#17F6F1'

red 23 ◦ green 246 ◦ blue 241

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

Shades of Bright Turquoise #17F6F1

Tints of Bright Turquoise #17F6F1

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.24%

 BLUE value IS 241 (94.53% from 255) = 47.25%

R = 4.51%
G = 48.24%
B = 47.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#17F6F1 (or 0x17F6F1) is known color: Bright Turquoise. HEX triplet: 17, F6 and F1. RGB value is (23,246,241). Sum of RGB (Red+Green+Blue) = 23+246+241=510 (67% of max value = 765). Red value is 23 (9.38% from 255 or 4.51% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #17F6F1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17F6F1 is #E8090E. Grayscale: #B2B2B2. Windows color (decimal): -15206671 or 15857175. OLE color: 15857175.

HSL color Cylindrical-coordinate representation of color #17F6F1: hue angle of 178.65º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17F6F1 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 23 246 241 -
CMYK 0.91 0 0.02 0.04
HSL 178.65º 0.93% 0.53% -
HSV(B) 178.65º 0.91% 0.96% -
XYZ 49.19 72.44 94.61 -
YUV 178.75 163.12 16.91 -
System Red Green Blue C M Y K H S L
Decimal 23 246 241 0.91 0 0.02 0.04 178.65 0.93 0.53
Hex 17 F6 F1 5B 0 2 4 B3 5D 35
Octal 27 366 361 133 0 2 4 263 135 65
Binary 10111 11110110 11110001 1011011 0 10 100 10110011 1011101 110101

Color Harmonies of #17F6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17F6F1

Black with #17F6F1

Text Example


Text Example

White with #17F6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,246,241); }

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

background-color css

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

 a { background-color: rgb(23,246,241); }

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

border-color css

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

 span { border-color: rgb(23,246,241); }

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